﻿@import url(../libs/animate/animate.css);
@import url(../libs/mmenu/jquery.mmenu.all.css);
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}
sup {
    vertical-align: super;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.clearfix:after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}




/* Подключаем Montserrat со всеми начертаниями (от 100 до 800) */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800&display=swap');

.row {
    float: left;
    width: 100%;
    position: relative;
}
.container {
    width: 1390px;
    margin: 0 auto;
    padding: 0px;
}
.col_1,
.col_2,
.col_3,
.col_4,
.col_5,
.col_6,
.col_7,
.col_8,
.col_9,
.col_10,
.col_11,
.col_12,
.col_20 {
    float: left;
    position: relative;
    min-height: 1px;
    padding: 0 10px;
}
.col_1 {
    width: 8.33333333%;
}
.col_2 {
    width: 16.66666667%;
}
.col_3 {
    width: 25%;
}
.col_4 {
    width: 33.33333333%;
}
.col_5 {
    width: 41.66666667%;
}
.col_6 {
    width: 50%;
}
.col_7 {
    width: 58.33333333%;
}
.col_8 {
    width: 66.66666667%;
}
.col_9 {
    width: 75%;
}
.col_10 {
    width: 83.33333333%;
}
.col_11 {
    width: 91.66666667%;
}
.col_12 {
    width: 100%;
}
.col_20 {
    width: 20%;
}
.col_offset_2 {
    margin-left: 16.66666667%;
}
.col_offset_3 {
    margin-left: 25%;
}
.col_offset_4 {
    margin-left: 33.33333333%;
}
.col_offset_1 {
    margin-left: 8.33333333%;
}
.col_offset_6 {
    margin-left: 50%;
}
.col_suffix_1 {
    margin-right: 8.33333333%;
}
.col_suffix_2 {
    margin-right: 16.66666667%;
}
table {
    background-color: transparent;
}
table p {
    margin-bottom: 0;
}
th {
    text-align: left;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}
.table th,
.table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
    border-top: 2px solid #dee2e6;
}
.table .table {
    background-color: #fff;
}
.table-sm th,
.table-sm td {
    padding: 0.3rem;
}
.table-bordered {
    border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
    border-bottom-width: 2px;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}
.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, 0.075);
}
.table-primary,
.table-primary > th,
.table-primary > td {
    background-color: #b8daff;
}
.table-hover .table-primary:hover {
    background-color: #9fcdff;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
    background-color: #9fcdff;
}
.table-secondary,
.table-secondary > th,
.table-secondary > td {
    background-color: #d6d8db;
}
.table-hover .table-secondary:hover {
    background-color: #c8cbcf;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
    background-color: #c8cbcf;
}
.table-success,
.table-success > th,
.table-success > td {
    background-color: #c3e6cb;
}
.table-hover .table-success:hover {
    background-color: #b1dfbb;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
    background-color: #b1dfbb;
}
.table-info,
.table-info > th,
.table-info > td {
    background-color: #bee5eb;
}
.table-hover .table-info:hover {
    background-color: #abdde5;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
    background-color: #abdde5;
}
.table-warning,
.table-warning > th,
.table-warning > td {
    background-color: #ffeeba;
}
.table-hover .table-warning:hover {
    background-color: #ffe8a1;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
    background-color: #ffe8a1;
}
.table-danger,
.table-danger > th,
.table-danger > td {
    background-color: #f5c6cb;
}
.table-hover .table-danger:hover {
    background-color: #f1b0b7;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
    background-color: #f1b0b7;
}
.table-light,
.table-light > th,
.table-light > td {
    background-color: #fdfdfe;
}
.table-hover .table-light:hover {
    background-color: #ececf6;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
    background-color: #ececf6;
}
.table-dark,
.table-dark > th,
.table-dark > td {
    background-color: #c6c8ca;
}
.table-hover .table-dark:hover {
    background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
    background-color: #b9bbbe;
}
.table-active,
.table-active > th,
.table-active > td {
    background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075);
}
.table .thead-dark th {
    color: #fff;
    background-color: #212529;
    border-color: #32383e;
}
.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
}
.table-dark {
    color: #fff;
    background-color: #212529;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
    border-color: #32383e;
}
.table-dark.table-bordered {
    border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.075);
}
@media (max-width: 575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .table-responsive-sm > .table-bordered {
        border: 0;
    }
}
@media (max-width: 767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .table-responsive-md > .table-bordered {
        border: 0;
    }
}
@media (max-width: 991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .table-responsive-lg > .table-bordered {
        border: 0;
    }
}
@media (max-width: 1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .table-responsive-xl > .table-bordered {
        border: 0;
    }
}
.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive > .table-bordered {
    border: 0;
}
a {
    color: #fff;
    text-decoration: none;
    border: none;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
a:hover {
    color: #fff;
    border: none;
    outline: none;
}
a:active,
a:focus {
    border: none;
    outline: none;
}
.h1 {
    font-size: 40px;
    color: #444;
    font-weight: bold;
    line-height: 1.05;
    margin-bottom: 50px;
}
.h1.center {
    text-align: center;
}
.h1.upper {
    text-transform: uppercase;
}
.h1.upper span {
    color: #ec4060;
}
.contents {
    color: #262626;
    z-index: 10;
    position: relative;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
}
.contents h1 {
    font-size: 40px;
    color: #444;
    font-weight: bold;
    line-height: 1.05;
    margin-bottom: 50px;
}
.contents h1:last-child {
    margin-bottom: 0;
}
.contents h2 {
    font-size: 32px;
    color: #444;
    font-weight: bold;
    line-height: 1.05;
    margin-bottom: 40px;
}
.contents h2:last-child {
    margin-bottom: 0;
}
.contents h3 {
    font-size: 25px;
    color: #444;
    font-weight: bold;
    line-height: 1.05;
    margin-bottom: 35px;
}
.contents h3:last-child {
    margin-bottom: 0;
}
.contents p {
    font-size: 20px;
    color: #444;
    line-height: 1.5;
    text-align: justify;
    margin-bottom: 30px;
    font-weight: 500;
}
.contents p:last-child {
    margin-bottom: 0;
}
.contents p.center {
    text-align: center;
}
.contents img {
    max-width: 100%;
}
.contents iframe {
    width: 100%;
}
.contents .red {
    color: #ff0000;
}
.contents .gray {
    color: gray;
}
.contents .table-responsive {
    margin-bottom: 30px;
}
.contents .table-responsive:last-child {
    margin-bottom: 0;
}
.contents b,
.contents strong {
    font-weight: bold;
}
.contents ul,
.contents ol {
    display: block;
    margin: 0 0 30px 0;
    width: 100%;
}
.contents ul:last-child,
.contents ol:last-child {
    margin-bottom: 0;
}
.contents ul li,
.contents ol li {
    display: block;
    position: relative;
    padding-left: 20px;
    font-size: 20px;
    color: #444;
    line-height: 1.5;
    text-align: justify;
    font-weight: 500;
}
.contents ul li:after,
.contents ol li:after {
    content: " ";
    position: absolute;
    width: 6px;
    height: 6px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #ec4060;
    top: 12px;
    left: 0;
}
.contents a {
    color: #318be1;
    border-bottom: 1px solid;
}
.contents a:hover {
    border-bottom: 1px solid white;
}
.contents em {
    font-style: italic;
}
body,
html {
    display: block;
    position: relative;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.2;
    color: #fff;
    -webkit-backface-visibility: hidden;
    background-color: #ebf1f6;
    font-family: "Montserrat", sans-serif;
}
body {
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
}
#wrapper {
    display: block;
    width: 100%;
    overflow-x: hidden;
    position: relative;
    background: transparent;
    overflow-y: hidden;
}
#wrapper:after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}
.section {
    position: relative;
    clear: both;
}
.section_sale {
    padding: 10px 0 40px;
    background-image: url("../img/bg/sale_background.png");
    background-repeat: no-repeat;
    background-position: 20%;
}
.section_services {
    padding: 125px 0 0;
}
.section_prime {
    margin: -205px 0 -190px;
}
.section_works {
    padding: 145px 0;
}
.section_seo {
    padding: 50px 0;
}
.section_master {
    padding: 80px 0;
}
.section_service {
    padding: 50px 0;
}
.section_category {
    padding: 50px 0;
}
.section_articles {
    padding: 80px 0;
}
.section_reviews {
    padding: 70px 0;
}
.section_sales {
    padding: 70px 0;
}
.section_contacts {
    padding: 70px 0;
}
.section_page {
    padding: 70px 0;
}
.section_infomore {
    padding: 70px 0;
}
.section_white {
    background-color: #fff;
}
.section_variants {
    padding: 70px 0;
}
.section_info {
    padding: 70px 0;
}
.section_promo {
    padding: 40px 0;
}
.section_cat {
    padding: 50px 0;
}
.section_tovar {
    padding: 50px 0;
}
.line_bg {
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 2;
}
.line_bg_1 {
    width: 498px;
    height: 610px;
    -webkit-background-size: contain;
    background-size: contain;
    background-image: url("../img/bg/about_seo_bg.png");
    right: -50px;
    top: -25px;
}
.line_bg_2 {
    width: 333px;
    height: 509px;
    background-image: url("../img/bg/master.png");
    position: absolute;
    bottom: -70px;
    left: -60px;
}
.line_bg_3 {
    background-image: url("../img/bg/promo-service--bg.png");
    width: 323px;
    height: 164px;
    top: -40px;
    left: 105px;
}
.line_bg_4 {
    background-image: url("../img/bg/promo-service--girl.png");
    width: 147px;
    height: 247px;
    bottom: -40px;
    right: 105px;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    background: #262626 !important;
}
.hamburger {
    outline: none;
}
.menu_top {
    display: none;
}
.relative {
    position: relative;
}
.animated {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both;
}
.bounceInDown {
    -webkit-animation-name: bounceInDown;
    -moz-animation-name: bounceInDown;
    animation-name: bounceInDown;
}
.zoomIn {
    -webkit-animation-name: zoomIn;
    -moz-animation-name: zoomIn;
    animation-name: zoomIn;
}
.shield {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.shield span {
    margin-left: 10px;
    font-size: 22px;
    font-weight: 900;
    color: #444;
}
.shield img {
    width: 50px;
}
.tools {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: #318be1;
    color: #fff;
    font-size: 10px;
    z-index: 30;
    text-align: center;
    display: none;
}
.tools-item {
    width: -webkit-calc(100% / 3);
    width: -moz-calc(100% / 3);
    width: calc(100% / 3);
    padding: 8px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.tools-item:active {
    background-color: #207ed9;
}
.tools-item:not(:last-child) {
    border-right: solid 1px #fff;
}
.tools-item > img {
    width: 100%;
    height: 28px;
    -o-object-fit: contain;
    object-fit: contain;
}
.tools-title {
    display: block;
    margin-top: 6px;
}
.button {
    outline: none;
    cursor: pointer;
    border: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.button_ruler {
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: #ec4060;
    -webkit-box-shadow: 0px 5px 24px 0px rgba(236, 64, 96, 0.62);
    box-shadow: 0px 5px 24px 0px rgba(236, 64, 96, 0.62);
    width: 239px;
    height: 56px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 28px 10px 20px;
}
.button_ruler:hover {
    background-color: #dc2d4d;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.button_ruler span {
    font-size: 16px;
    color: #eaf0f6;
    font-weight: 600;
}
.button_phonecall {
    margin-left: 20px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: #eaf0f6;
    width: 221px;
    height: 56px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 30px 10px 20px;
}
.button_phonecall:hover {
    -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.12);
}
.button_phonecall span {
    font-size: 16px;
    color: #363636;
    font-weight: 600;
}
.button_slider {
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background-color: #ec4060;
    -webkit-box-shadow: 0px 8px 27px 0px rgba(236, 64, 96, 0.33);
    box-shadow: 0px 8px 27px 0px rgba(236, 64, 96, 0.33);
    width: 281px;
    height: 66px;
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.button_slider:hover {
    background-color: #dc2d4d;
}
.button_sale {
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: #ec4060;
    -webkit-box-shadow: 0px 7px 70px 0px rgba(236, 64, 96, 0.62);
    box-shadow: 0px 7px 70px 0px rgba(236, 64, 96, 0.62);
    width: 279px;
    height: 66px;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 50px;
}
.button_sale:hover {
    background-color: #dc2d4d;
}
.button_quizprev {
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: #e8e8e8;
    width: 231px;
    height: 56px;
    font-size: 16px;
    color: #444;
    font-weight: bold;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 20px;
}
.button_quizprev:hover {
    background-color: #e2dada;
}
.button_quizprev.none {
    display: none;
}
.button_quiznext {
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: #ec4060;
    -webkit-box-shadow: 0px 5px 24px 0px rgba(236, 64, 96, 0.62);
    box-shadow: 0px 5px 24px 0px rgba(236, 64, 96, 0.62);
    width: 231px;
    height: 56px;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.button_quiznext:hover {
    background-color: #dc2d4d;
}
.button_quiznext.none {
    display: none;
}
.button_cards {
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: #ec4060;
    -webkit-box-shadow: 0px 7px 70px 0px rgba(236, 64, 96, 0.62);
    box-shadow: 0px 7px 70px 0px rgba(236, 64, 96, 0.62);
    width: 100%;
    height: 55px;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px;
}
.button_cards:hover {
    background-color: #dc2d4d;
}
.button_category {
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: #ec4060;
    -webkit-box-shadow: 0px 7px 70px 0px rgba(236, 64, 96, 0.62);
    box-shadow: 0px 7px 70px 0px rgba(236, 64, 96, 0.62);
    width: 100%;
    height: 55px;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px;
}
.button_category:hover {
    background-color: #dc2d4d;
}
.button_cards_ {
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: #ec4060;
    -webkit-box-shadow: 0px 7px 60px 0px rgba(236, 64, 96, 0.62);
    box-shadow: 0px 7px 60px 0px rgba(236, 64, 96, 0.62);
    width: 100%;
    height: 66px;
    font-size: 17px;
    color: #fff;
    font-weight: 600;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    max-width: 51%;
}
.button_cards_:hover {
    background-color: #dc2d4d;
}
.button_recallpopup {
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: #ec4060;
    width: 100%;
    height: 55px;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.button_recallpopup:hover {
    background-color: #dc2d4d;
}
.button_articles {
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: #ec4060;
    -webkit-box-shadow: 0px 7px 60px 0px rgba(236, 64, 96, 0.52);
    box-shadow: 0px 7px 60px 0px rgba(236, 64, 96, 0.52);
    width: 100%;
    height: 55px;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px;
}
.button_articles:hover {
    background-color: #dc2d4d;
}
.button_addreview {
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: #ec4060;
    -webkit-box-shadow: 0px 7px 50px 0px rgba(236, 64, 96, 0.42);
    box-shadow: 0px 7px 50px 0px rgba(236, 64, 96, 0.42);
    width: 240px;
    height: 55px;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px;
}
.button_addreview img {
    width: 24px;
    height: 24px;
    margin-left: 8px;
}
.button_addreview:hover {
    background-color: #dc2d4d;
}
.button_reviews {
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: #ec4060;
    -webkit-box-shadow: 0px 5px 24px 0px rgba(236, 64, 96, 0.62);
    box-shadow: 0px 5px 24px 0px rgba(236, 64, 96, 0.62);
    width: 100%;
    height: 55px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 19px;
    color: #fff;
    font-weight: bold;
}
.button_reviews:hover {
    background-color: #dc2d4d;
}
.button_more {
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: #ec4060;
    -webkit-box-shadow: 0px 5px 24px 0px rgba(236, 64, 96, 0.62);
    box-shadow: 0px 5px 24px 0px rgba(236, 64, 96, 0.62);
    width: 240px;
    height: 55px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 19px;
    color: #fff;
    font-weight: bold;
    margin: auto;
    margin-top: 40px;
}
.button_more:hover {
    background-color: #dc2d4d;
}
.button_infomore {
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: #ec4060;
    -webkit-box-shadow: 0px 5px 24px 0px rgba(236, 64, 96, 0.62);
    box-shadow: 0px 5px 24px 0px rgba(236, 64, 96, 0.62);
    width: 50%;
    height: 55px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 19px;
    color: #fff;
    font-weight: bold;
}
.button_infomore:hover {
    background-color: #dc2d4d;
}
.button_variants {
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: #ec4060;
    -webkit-box-shadow: 0px 5px 24px 0px rgba(236, 64, 96, 0.62);
    box-shadow: 0px 5px 24px 0px rgba(236, 64, 96, 0.62);
    width: 240px;
    height: 55px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    margin-top: 20px;
}
.button_variants:hover {
    background-color: #dc2d4d;
}
.button_tovar {
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: #ec4060;
    -webkit-box-shadow: 0px 5px 24px 0px rgba(236, 64, 96, 0.62);
    box-shadow: 0px 5px 24px 0px rgba(236, 64, 96, 0.62);
    width: 100%;
    height: 55px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 19px;
    color: #fff;
    font-weight: bold;
    margin: auto;
    margin-top: 30px;
}
.button_tovar:hover {
    background-color: #dc2d4d;
}
.disabled {
    opacity: 0.5;
    pointer-events: none;
    cursor: default !important;
}
input[type="text"],
textarea,
button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
input[type="text"]:focus,
textarea:focus,
button:focus {
    outline: none;
}
.form_politic {
    font-size: 12px;
    margin-top: 35px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 17px;
    font-family: "Montserrat", sans-serif;
    color: #ced6d7;
    line-height: 1.294;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.form_politic p {
    padding-left: 18px;
}
.form_politic p a {
    text-decoration: underline;
    color: #ced6d7;
}
.error {
    border: 1px solid #ec4060 !important;
    -webkit-animation: shake 0.5s linear;
    -moz-animation: shake 0.5s linear;
    animation: shake 0.5s linear;
}
@-webkit-keyframes shake {
    8%,
    41% {
        -webkit-transform: translateX(-7px);
    }
    25%,
    58% {
        -webkit-transform: translateX(7px);
    }
    75% {
        -webkit-transform: translateX(-5px);
    }
    92% {
        -webkit-transform: translateX(5px);
    }
    0%,
    100% {
        -webkit-transform: translateX(0);
    }
}
.checkbox {
    display: inline-block;
    z-index: 2;
}
.checkbox a {
    color: #46413d;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
}
.checkbox input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin: 10px 0 0 20px;
}
.checkbox input:checked + label > span {
    background: #46413d;
}
.checkbox input:checked + label > span:after {
    left: 16px;
}
.checkbox input + label {
    position: relative;
    padding: 0px 0px 0px 40px;
    margin-top: 15px;
    cursor: pointer;
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #656565;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
}
.checkbox input + label > span {
    position: absolute;
    top: 0;
    margin-top: 0px;
    left: 0;
    width: 30px;
    height: 16px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #ddb06f;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
}
.checkbox input + label > span:after {
    content: "";
    position: absolute;
    top: 50%;
    top: 50%;
    margin-top: -6px;
    left: 2px;
    width: 12px;
    height: 12px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
}
.checkbox_inner {
    cursor: pointer;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: -webkit-transform 0.14s ease;
    transition: -webkit-transform 0.14s ease;
    -o-transition: transform 0.14s ease;
    -moz-transition: transform 0.14s ease, -moz-transform 0.14s ease;
    transition: transform 0.14s ease;
    transition: transform 0.14s ease, -webkit-transform 0.14s ease, -moz-transform 0.14s ease;
}
.checkbox_inner:active {
    -webkit-transform: rotateX(30deg);
    -moz-transform: rotateX(30deg);
    transform: rotateX(30deg);
}
.checkbox_inner input {
    display: none;
}
.checkbox_inner input + div {
    border: 2px solid #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    width: 26px;
    height: 26px;
}
.checkbox_inner input + div svg {
    fill: none;
    stroke-width: 3.6;
    stroke: #fff;
    stroke-linecap: round;
    stroke-linejoin: round;
    width: 26px;
    height: 26px;
    display: block;
    position: absolute;
    left: -2px;
    top: -2px;
    right: -2px;
    bottom: -2px;
    z-index: 1;
    stroke-dashoffset: 124.6;
    stroke-dasharray: 0 162.6 133 29.6;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.checkbox_inner input + div:before,
.checkbox_inner input + div:after {
    content: "";
    width: 2px;
    height: 10px;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.checkbox_inner input + div:before {
    opacity: 0;
    -webkit-transform: scale(0.3) translate(-50%, -50%) rotate(45deg);
    -moz-transform: scale(0.3) translate(-50%, -50%) rotate(45deg);
    -ms-transform: scale(0.3) translate(-50%, -50%) rotate(45deg);
    transform: scale(0.3) translate(-50%, -50%) rotate(45deg);
    -webkit-animation: bounceInBefore 0.3s linear forwards 0.3s;
    -moz-animation: bounceInBefore 0.3s linear forwards 0.3s;
    animation: bounceInBefore 0.3s linear forwards 0.3s;
}
.checkbox_inner input + div:after {
    opacity: 0;
    -webkit-transform: scale(0.3) translate(-50%, -50%) rotate(-45deg);
    -moz-transform: scale(0.3) translate(-50%, -50%) rotate(-45deg);
    -ms-transform: scale(0.3) translate(-50%, -50%) rotate(-45deg);
    transform: scale(0.3) translate(-50%, -50%) rotate(-45deg);
    -webkit-animation: bounceInAfter 0.3s linear forwards 0.3s;
    -moz-animation: bounceInAfter 0.3s linear forwards 0.3s;
    animation: bounceInAfter 0.3s linear forwards 0.3s;
}
.checkbox_inner input:checked + div svg {
    stroke-dashoffset: 162.6;
    stroke-dasharray: 0 162.6 28 134.6;
    -webkit-transition: all 0.4s ease 0.2s;
    -o-transition: all 0.4s ease 0.2s;
    -moz-transition: all 0.4s ease 0.2s;
    transition: all 0.4s ease 0.2s;
}
.checkbox_inner input:checked + div:before {
    opacity: 0;
    -webkit-transform: scale(0.3) translate(-50%, -50%) rotate(45deg);
    -moz-transform: scale(0.3) translate(-50%, -50%) rotate(45deg);
    -ms-transform: scale(0.3) translate(-50%, -50%) rotate(45deg);
    transform: scale(0.3) translate(-50%, -50%) rotate(45deg);
    -webkit-animation: bounceInBeforeDont 0.3s linear forwards 0s;
    -moz-animation: bounceInBeforeDont 0.3s linear forwards 0s;
    animation: bounceInBeforeDont 0.3s linear forwards 0s;
}
.checkbox_inner input:checked + div:after {
    opacity: 0;
    -webkit-transform: scale(0.3) translate(-50%, -50%) rotate(-45deg);
    -moz-transform: scale(0.3) translate(-50%, -50%) rotate(-45deg);
    -ms-transform: scale(0.3) translate(-50%, -50%) rotate(-45deg);
    transform: scale(0.3) translate(-50%, -50%) rotate(-45deg);
    -webkit-animation: bounceInAfterDont 0.3s linear forwards 0s;
    -moz-animation: bounceInAfterDont 0.3s linear forwards 0s;
    animation: bounceInAfterDont 0.3s linear forwards 0s;
}
@-webkit-keyframes bounceInBefore {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.3) translate(-50%, -50%) rotate(45deg);
        transform: scale(0.3) translate(-50%, -50%) rotate(45deg);
    }
    50% {
        opacity: 0.9;
        -webkit-transform: scale(1.1) translate(-50%, -50%) rotate(45deg);
        transform: scale(1.1) translate(-50%, -50%) rotate(45deg);
    }
    80% {
        opacity: 1;
        -webkit-transform: scale(0.89) translate(-50%, -50%) rotate(45deg);
        transform: scale(0.89) translate(-50%, -50%) rotate(45deg);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1) translate(-50%, -50%) rotate(45deg);
        transform: scale(1) translate(-50%, -50%) rotate(45deg);
    }
}
@-moz-keyframes bounceInBefore {
    0% {
        opacity: 0;
        -moz-transform: scale(0.3) translate(-50%, -50%) rotate(45deg);
        transform: scale(0.3) translate(-50%, -50%) rotate(45deg);
    }
    50% {
        opacity: 0.9;
        -moz-transform: scale(1.1) translate(-50%, -50%) rotate(45deg);
        transform: scale(1.1) translate(-50%, -50%) rotate(45deg);
    }
    80% {
        opacity: 1;
        -moz-transform: scale(0.89) translate(-50%, -50%) rotate(45deg);
        transform: scale(0.89) translate(-50%, -50%) rotate(45deg);
    }
    100% {
        opacity: 1;
        -moz-transform: scale(1) translate(-50%, -50%) rotate(45deg);
        transform: scale(1) translate(-50%, -50%) rotate(45deg);
    }
}
@keyframes bounceInBefore {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.3) translate(-50%, -50%) rotate(45deg);
        -moz-transform: scale(0.3) translate(-50%, -50%) rotate(45deg);
        transform: scale(0.3) translate(-50%, -50%) rotate(45deg);
    }
    50% {
        opacity: 0.9;
        -webkit-transform: scale(1.1) translate(-50%, -50%) rotate(45deg);
        -moz-transform: scale(1.1) translate(-50%, -50%) rotate(45deg);
        transform: scale(1.1) translate(-50%, -50%) rotate(45deg);
    }
    80% {
        opacity: 1;
        -webkit-transform: scale(0.89) translate(-50%, -50%) rotate(45deg);
        -moz-transform: scale(0.89) translate(-50%, -50%) rotate(45deg);
        transform: scale(0.89) translate(-50%, -50%) rotate(45deg);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1) translate(-50%, -50%) rotate(45deg);
        -moz-transform: scale(1) translate(-50%, -50%) rotate(45deg);
        transform: scale(1) translate(-50%, -50%) rotate(45deg);
    }
}
@-webkit-keyframes bounceInAfter {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.3) translate(-50%, -50%) rotate(-45deg);
        transform: scale(0.3) translate(-50%, -50%) rotate(-45deg);
    }
    50% {
        opacity: 0.9;
        -webkit-transform: scale(1.1) translate(-50%, -50%) rotate(-45deg);
        transform: scale(1.1) translate(-50%, -50%) rotate(-45deg);
    }
    80% {
        opacity: 1;
        -webkit-transform: scale(0.89) translate(-50%, -50%) rotate(-45deg);
        transform: scale(0.89) translate(-50%, -50%) rotate(-45deg);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1) translate(-50%, -50%) rotate(-45deg);
        transform: scale(1) translate(-50%, -50%) rotate(-45deg);
    }
}
@-moz-keyframes bounceInAfter {
    0% {
        opacity: 0;
        -moz-transform: scale(0.3) translate(-50%, -50%) rotate(-45deg);
        transform: scale(0.3) translate(-50%, -50%) rotate(-45deg);
    }
    50% {
        opacity: 0.9;
        -moz-transform: scale(1.1) translate(-50%, -50%) rotate(-45deg);
        transform: scale(1.1) translate(-50%, -50%) rotate(-45deg);
    }
    80% {
        opacity: 1;
        -moz-transform: scale(0.89) translate(-50%, -50%) rotate(-45deg);
        transform: scale(0.89) translate(-50%, -50%) rotate(-45deg);
    }
    100% {
        opacity: 1;
        -moz-transform: scale(1) translate(-50%, -50%) rotate(-45deg);
        transform: scale(1) translate(-50%, -50%) rotate(-45deg);
    }
}
@keyframes bounceInAfter {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.3) translate(-50%, -50%) rotate(-45deg);
        -moz-transform: scale(0.3) translate(-50%, -50%) rotate(-45deg);
        transform: scale(0.3) translate(-50%, -50%) rotate(-45deg);
    }
    50% {
        opacity: 0.9;
        -webkit-transform: scale(1.1) translate(-50%, -50%) rotate(-45deg);
        -moz-transform: scale(1.1) translate(-50%, -50%) rotate(-45deg);
        transform: scale(1.1) translate(-50%, -50%) rotate(-45deg);
    }
    80% {
        opacity: 1;
        -webkit-transform: scale(0.89) translate(-50%, -50%) rotate(-45deg);
        -moz-transform: scale(0.89) translate(-50%, -50%) rotate(-45deg);
        transform: scale(0.89) translate(-50%, -50%) rotate(-45deg);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1) translate(-50%, -50%) rotate(-45deg);
        -moz-transform: scale(1) translate(-50%, -50%) rotate(-45deg);
        transform: scale(1) translate(-50%, -50%) rotate(-45deg);
    }
}
@-webkit-keyframes bounceInBeforeDont {
    0% {
        opacity: 1;
        -webkit-transform: scale(1) translate(-50%, -50%) rotate(45deg);
        transform: scale(1) translate(-50%, -50%) rotate(45deg);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0.3) translate(-50%, -50%) rotate(45deg);
        transform: scale(0.3) translate(-50%, -50%) rotate(45deg);
    }
}
@-moz-keyframes bounceInBeforeDont {
    0% {
        opacity: 1;
        -moz-transform: scale(1) translate(-50%, -50%) rotate(45deg);
        transform: scale(1) translate(-50%, -50%) rotate(45deg);
    }
    100% {
        opacity: 0;
        -moz-transform: scale(0.3) translate(-50%, -50%) rotate(45deg);
        transform: scale(0.3) translate(-50%, -50%) rotate(45deg);
    }
}
@keyframes bounceInBeforeDont {
    0% {
        opacity: 1;
        -webkit-transform: scale(1) translate(-50%, -50%) rotate(45deg);
        -moz-transform: scale(1) translate(-50%, -50%) rotate(45deg);
        transform: scale(1) translate(-50%, -50%) rotate(45deg);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0.3) translate(-50%, -50%) rotate(45deg);
        -moz-transform: scale(0.3) translate(-50%, -50%) rotate(45deg);
        transform: scale(0.3) translate(-50%, -50%) rotate(45deg);
    }
}
@-webkit-keyframes bounceInAfterDont {
    0% {
        opacity: 1;
        -webkit-transform: scale(1) translate(-50%, -50%) rotate(-45deg);
        transform: scale(1) translate(-50%, -50%) rotate(-45deg);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0.3) translate(-50%, -50%) rotate(-45deg);
        transform: scale(0.3) translate(-50%, -50%) rotate(-45deg);
    }
}
@-moz-keyframes bounceInAfterDont {
    0% {
        opacity: 1;
        -moz-transform: scale(1) translate(-50%, -50%) rotate(-45deg);
        transform: scale(1) translate(-50%, -50%) rotate(-45deg);
    }
    100% {
        opacity: 0;
        -moz-transform: scale(0.3) translate(-50%, -50%) rotate(-45deg);
        transform: scale(0.3) translate(-50%, -50%) rotate(-45deg);
    }
}
@keyframes bounceInAfterDont {
    0% {
        opacity: 1;
        -webkit-transform: scale(1) translate(-50%, -50%) rotate(-45deg);
        -moz-transform: scale(1) translate(-50%, -50%) rotate(-45deg);
        transform: scale(1) translate(-50%, -50%) rotate(-45deg);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0.3) translate(-50%, -50%) rotate(-45deg);
        -moz-transform: scale(0.3) translate(-50%, -50%) rotate(-45deg);
        transform: scale(0.3) translate(-50%, -50%) rotate(-45deg);
    }
}
.popup {
    display: none;
    background: transparent;
    padding: 0;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    transition: all 0.6s ease;
    z-index: 2000;
}
.popup .form_politic {
    text-align: left;
}
.popup.show {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.popup_inner {
    background-color: #fff;
    padding: 40px;
}
.popup_small {
    width: 500px;
}
.popup .form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.popup .form_row {
    width: 100%;
}
.popup .form .title {
    font-size: 28px;
    color: #444;
    font-weight: bold;
    line-height: 0.958;
    text-align: left;
    padding-bottom: 10px;
    text-align: center;
}
.popup .form .text {
    font-size: 18px;
    color: #959595;
    font-weight: 500;
    line-height: 1.2;
    padding-bottom: 25px;
}
.popup .form .field {
    border-style: solid;
    border-width: 2px;
    border-color: #e8e8e8;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: #fff;
    width: 100%;
    height: 55px;
    padding: 10px 25px;
    font-size: 18px;
    color: #444;
    margin-bottom: 15px;
    width: 100%;
}
.popup .form .field::-webkit-input-placeholder {
    color: #b1b1b1;
}
.popup .form .field::-moz-placeholder {
    color: #b1b1b1;
}
.popup .form .field::-ms-input-placeholder {
    color: #b1b1b1;
}
.popup .form .field::placeholder {
    color: #b1b1b1;
}
.popup .form .politics {
    margin-top: 15px;
}
.popup .form .politics .label-check {
    cursor: pointer;
    margin-left: 35px;
    position: relative;
    display: block;
    color: #b1b1b1;
    font-weight: 500;
    line-height: 1.2;
    font-size: 12px;
}
.popup .form .politics .label-check a {
    color: #318be1;
    border-bottom: 1px solid;
}
.popup .form .politics .label-check a:hover {
    border-bottom: 1px solid transparent;
}
.popup .form .politics .label-check .input {
    display: none;
}
.popup .form .politics .label-check .input:checked + .new-input {
    background-color: #ec4060;
    -webkit-animation: animation-checkbox 0.4s ease-in-out;
    -moz-animation: animation-checkbox 0.4s ease-in-out;
    animation: animation-checkbox 0.4s ease-in-out;
    position: absolute;
    -webkit-box-shadow: 0px 5px 24px 0px rgba(236, 64, 96, 0.62);
    box-shadow: 0px 5px 24px 0px rgba(236, 64, 96, 0.62);
}
.popup .form .politics .label-check .input:checked + .new-input:before {
    position: absolute;
    content: "";
    background: url("../img/icon/checked.png") no-repeat center;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.popup .form .politics .label-check .new-input {
    position: absolute;
    left: -35px;
    top: 50%;
    margin-top: -13px;
    width: 26px;
    height: 26px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: #e8e8e8;
}
.popup .form .form_politic {
    margin-top: 20px;
    font-size: 14px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.popup .form .form_politic p {
    width: 94%;
}
.popup .form .form_politic p,
.popup .form .form_politic p a {
    color: #272626;
}
.popup .form .form_politic input + div {
    border: 2px solid #292828 !important;
    width: 20px;
    height: 20px;
}
.popup .form .form_politic input + div:before,
.popup .form .form_politic input + div:after {
    background: #282727;
}
.popup .form .form_politic input + div svg {
    stroke-width: 3.6;
    stroke: #292828;
    width: 20px;
    height: 20px;
}
.fancybox-close-small {
    background: #ec4060 !important;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.fancybox-close-small:hover {
    background: #dc2d4d !important;
}
.popup.fancybox-content {
    display: inline-block;
    background: transparent !important;
}
.header_inner {
    padding: 15px 105px 0;
    margin: 15px 0 0;
}
.header_inner.bg {
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background-color: #fff;
}
.header_inner .list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: -10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.header_inner .list .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
}
.header_inner .list .item .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 10px;
}
.header_inner .list .item .content .contacts {
    text-align: left;
}
.header_inner .list .item .content .contacts a {
    font-size: 16px;
    color: #757575;
    font-weight: bold;
    display: block;
}
.header_inner .list .item .content .contacts a:first-child {
    font-size: 24px;
    color: #363636;
    margin-bottom: 5px;
}
.header_inner .list .item .content .logotype img {
      width: 284px;
}
.header_inner .list .item .content .logotype .logotype-min {
    display: none;
}
.header_inner .list .item .content .location {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    color: #656565;
}
.header_inner .menu {
    padding: 5px 0 0 0;
}
.header_inner .menu ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.header_inner .menu ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    padding: 30px 0;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.header_inner .menu ul li .count {
    position: absolute;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #ec4060;
    width: 23px;
    height: 23px;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    line-height: 23px;
    top: 17px;
    right: -18px;
}
.header_inner .menu ul li:hover a span {
    color: #ec4060;
}
.header_inner .menu ul li.subnav:before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    top: 50%;
    right: -14px;
    margin-top: -5px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-bottom: 1.5px solid #318be1;
    border-right: 1.5px solid #318be1;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease, -moz-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    z-index: 3;
}
.header_inner .menu ul li.subnav ul {
    position: absolute;
    left: -9999px;
    opacity: 0;
    top: 100%;
    width: 300px;
    padding: 0;
    -webkit-transform: translateY(12px);
    -moz-transform: translateY(12px);
    -ms-transform: translateY(12px);
    transform: translateY(12px);
    -webkit-transition: -webkit-transform 0.1s ease;
    transition: -webkit-transform 0.1s ease;
    -o-transition: transform 0.1s ease;
    -moz-transition: transform 0.1s ease, -moz-transform 0.1s ease;
    transition: transform 0.1s ease;
    transition: transform 0.1s ease, -webkit-transform 0.1s ease, -moz-transform 0.1s ease;
    display: block;
    z-index: 999;
}
.header_inner .menu ul li.subnav ul li {
    padding: 10px 0;
}
.header_inner .menu ul li.subnav ul li:first-child {
    padding-top: 25px;
}
.header_inner .menu ul li.subnav ul li:last-child {
    padding-bottom: 30px;
}
.header_inner .menu ul li.subnav ul li a {
    font-weight: 500;
    font-size: 20px;
}
.header_inner .menu ul li.subnav ul li a:hover span {
    border-bottom: 0;
}
.header_inner .menu ul li.subnav ul li a span {
    border-bottom: 1px solid;
}
.header_inner .menu ul li.subnav:hover a span {
    z-index: 2;
    position: relative;
}
.header_inner .menu ul li.subnav:hover a:after {
    position: absolute;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    content: "";
    left: -32px;
    right: -38px;
    top: 0;
    bottom: 0;
    width: -webkit-calc(100% + 70px);
    width: -moz-calc(100% + 70px);
    width: calc(100% + 70px);
    background-color: #ebf1f6;
    z-index: 0;
}
.header_inner .menu ul li.subnav:hover ul {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    left: 0;
    opacity: 1;
}
.header_inner .menu ul li a {
    font-size: 24px;
    color: #318be1;
    font-weight: bold;
}
.header_inner .menu ul li a:hover {
    color: #227ace;
}
.header_fixed {
    background-color: #fff;
    -webkit-box-shadow: 0 1px 11px 0 #5a83eb;
    box-shadow: 0 1px 11px 0 #5a83eb;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 50;
    margin: 0;
    padding: 15px 0;
    display: none;
}
.header_fixed .list {
    padding: 0 95px;
}
.header_fixed.fixed {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.header_fixed .logotype img {
    width: 150px;
}
.header_slider {
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background-color: #3078bd;
    background-image: url("../img/bg/slider_bg.png");
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 37px 95px 50px;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}
.header_slider .slick-slide {
    outline: none;
}
.header_slider .slick-slide:focus {
    outline: none;
}
.header_slider .slick-prev,
.header_slider .slick-next {
    width: 88px;
    height: 38px;
}
.header_slider .slick-prev:before,
.header_slider .slick-next:before {
    content: none;
}
.header_slider .slick-prev {
    background-image: url("../img/icon/header_slider_left.png");
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center;
    left: -45px;
}
.header_slider .slick-prev:hover,
.header_slider .slick-prev:focus {
    background-image: url("../img/icon/header_slider_left.png");
}
.header_slider .slick-next {
    background-image: url("../img/icon/header_slider_right.png");
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center;
    right: -45px;
}
.header_slider .slick-next:hover,
.header_slider .slick-next:focus {
    background-image: url("../img/icon/header_slider_right.png");
}
.header_slider .item .title {
    font-size: 56px;
    color: #fff;
    font-weight: bold;
    line-height: 1.071;
}
.header_slider .item .text {
    font-size: 30px;
    color: #ffef3c;
    line-height: 2.133;
    margin-top: 45px;
}
.header_slider .item .d-flex {
    margin-top: 70px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.header_slider .item .d-flex .company {
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background-color: #fff;
    -webkit-box-shadow: 0px 8px 27px 0px rgba(19, 41, 62, 0.33);
    box-shadow: 0px 8px 27px 0px rgba(19, 41, 62, 0.33);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.header_slider .item .d-flex .company img {
    -webkit-border-radius: 8px;
    border-radius: 8px;
}
.header_slider .item .d-flex .company_1 {
    width: 260px;
    height: 66px;
    margin-left: 100px;
}
.header_slider .item .d-flex .company_1 img {
    width: 220px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}
.header_slider .item .d-flex .company_2 {
    width: 184px;
    height: 66px;
    margin-left: 20px;
}
.header .plans {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 15px 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background-color: #fff;
    padding: 10px 95px;
}
.header .plans .item_c {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
}
.header .plans .item_c .content_c {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.header .plans .item_c .content_c:hover {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}
.header .plans .item_c .content_c .image {
    background-position: center;
    width: 100%;
    height: 64px;
    -webkit-background-size: auto auto;
    background-size: auto;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.header .plans .item_c .content_c .text {
    font-size: 18px;
    color: #318be1;
    font-weight: bold;
    margin-top: 10px;
}
.footer {
    background-color: #fff;
    padding: 70px 0 55px;
    position: relative;
}
.footer .container {
    padding: 0 105px;
}
.footer .map {
    position: absolute;
    right: 0;
    width: 800px;
    top: 0;
}
.footer .info {
    width: 57.55%;
}
.footer .info .list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: -10px;
}
.footer .info .list.align {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px;
}
.footer .info .list .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 37.5%;
}
.footer .info .list .item.big {
    width: 62.5%;
}
.footer .info .list .item .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 10px;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.footer .info .list .item .content .contacts {
    text-align: left;
    margin-right: auto;
}
.footer .info .list .item .content .contacts a {
    font-size: 24px;
    color: #363636;
    font-weight: bold;
    display: block;
    margin-left: -12px;
}
.footer .info .list .item .content .contacts a:first-child {
    margin-bottom: 5px;
}
.footer .info .list .item .content .email {
    font-size: 18px;
    color: #318be1;
    font-weight: bold;
    line-height: 1.444;
    margin-top: 40px;
    margin-right: auto;
}
.footer .info .list .item .content .email:hover {
    color: #ec4060;
}
.footer .info .list .item .content .icons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -14px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 110px;
}
.footer .info .list .item .content .icons .icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 14px;
}
.footer .info .list .item .content .location {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    color: #656565;
}
.footer .info .list .item .content .location img {
    margin-right: 8px;
}
.footer .info .list .item .content .menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: -4px;
}
.footer .info .list .item .content .menu ul {
    margin-right: 70px;
}
.footer .info .list .item .content .menu ul:last-child {
    margin-right: 0;
}
.footer .info .list .item .content .menu ul li a {
    font-size: 16px;
    color: #444;
    line-height: 1.875;
    font-weight: 500;
}
.footer .info .list .item .content .menu ul li a:hover {
    color: #318be1;
}
.prods {
    margin-top: 30px;
}
.prods-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.prods-item {
    padding-top: 30px;
    width: -webkit-calc((100% - 60px) / 3);
    width: -moz-calc((100% - 60px) / 3);
    width: calc((100% - 60px) / 3);
    background-color: #fff;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    overflow: hidden;
    margin-bottom: 30px;
    color: #262626;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}
.prods-item > img {
    width: 100%;
    height: 200px;
    -o-object-fit: contain;
    object-fit: contain;
}
.prods-item:hover {
    -webkit-box-shadow: 0px 16px 70px 0px rgba(0, 0, 0, 0.23);
    box-shadow: 0px 16px 70px 0px rgba(0, 0, 0, 0.23);
}
.prods-item:not(:nth-child(3n + 1)) {
    margin-left: 30px;
}
.prods-title {
    font-weight: bold;
    margin-top: 20px;
    font-size: 22px;
    margin-bottom: 15px;
    padding: 0 20px;
}
.prods-table {
    padding: 0 20px;
}
.prods-table > p {
    margin-bottom: 12px;
}
.prods-table > p > b {
    font-weight: bold;
}
.prods-price {
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 30px;
    font-weight: bold;
    padding: 0 20px;
}
.sale .list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 140px;
}
.sale .list .image {
    width: 492px;
    height: 568px;
    background-image: url("../img/bg/sale_bg.png");
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    position: relative;
}
.sale .list .image span {
    font-size: 36px;
    color: #fff;
    font-weight: bold;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    top: 160px;
    left: 112px;
}
.sale .list .image span:before {
    position: absolute;
    content: "";
    background-color: #000;
    opacity: 0.09;
    left: 20px;
    right: 20px;
    bottom: 5px;
    top: 5px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    z-index: 2;
    -webkit-filter: blur(5px);
    filter: blur(5px);
}
.sale .list .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 80px;
    padding: 80px 0;
}
.sale .list .content .title {
    font-size: 40px;
    color: #444;
    font-weight: bold;
    line-height: 1.1;
}
.sale .list .content .title span {
    color: #ec4060;
}
.sale .list .content .text {
    font-size: 20px;
    color: #959595;
    font-weight: 600;
    line-height: 2.2;
    margin-top: 25px;
}
.about .h2 {
    font-size: 60px;
    color: #444;
    font-weight: bold;
    text-align: center;
    margin-bottom: 110px;
}
.about .container {
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background-color: #fff;
    padding: 100px 105px 110px;
}
.about .list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -20px -10px;
}
.about .list .item {
    width: 33.33333%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.about .list .item .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 20px 10px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background-color: #ebf1f6;
    height: 231px;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.about .list .item .content:hover {
    -webkit-box-shadow: 0px 16px 70px 0px rgba(0, 0, 0, 0.23);
    box-shadow: 0px 16px 70px 0px rgba(0, 0, 0, 0.23);
}
.about .list .item .content.type_1 {
    padding: 30px 35px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.about .list .item .content.type_1:before {
    position: absolute;
    content: "";
    top: -70px;
    left: -30px;
    background-image: url("../img/icon/about_list_1.png");
    background-position: center;
    -webkit-background-size: contain;
    background-size: contain;
    width: 220px;
    height: 183px;
}
.about .list .item .content.type_2 {
    padding: 50px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.about .list .item .content.type_2:before {
    position: absolute;
    content: "";
    right: -17px;
    bottom: 6px;
    background-image: url("../img/icon/about_list_2.png");
    background-position: center;
    -webkit-background-size: contain;
    background-size: contain;
    width: 397px;
    height: 91px;
}
.about .list .item .content.type_3 {
    padding: 45px 37px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.about .list .item .content.type_3:before {
    position: absolute;
    content: "";
    right: -80px;
    top: -70px;
    background-image: url("../img/icon/about_list_3.png");
    background-position: center;
    -webkit-background-size: contain;
    background-size: contain;
    width: 287px;
    height: 258px;
}
.about .list .item .content.type_4 {
    padding: 45px 40px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.about .list .item .content.type_4:before {
    position: absolute;
    content: "";
    right: -35px;
    bottom: -30px;
    background-image: url("../img/icon/about_list_4.png");
    background-position: center;
    -webkit-background-size: contain;
    background-size: contain;
    width: 305px;
    height: 293px;
}
.about .list .item .content.type_5 {
    padding: 40px 50px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.about .list .item .content.type_5:before {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    background-image: url("../img/icon/about_list_5.png");
    background-position: center;
    -webkit-background-size: contain;
    background-size: contain;
    width: 380px;
    height: 231px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}
.about .list .item .content.type_5 .text {
    position: relative;
}
.about .list .item .content.type_6 {
    padding: 45px 40px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.about .list .item .content.type_6:before {
    position: absolute;
    content: "";
    right: -67px;
    bottom: -25px;
    background-image: url("../img/icon/about_list_6.png");
    background-position: center;
    -webkit-background-size: contain;
    background-size: contain;
    width: 198px;
    height: 213px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}
.about .list .item .content.type_6 .text {
    position: relative;
}
.about .list .item .content .text {
    font-size: 30px;
    color: #444;
    line-height: 1;
    text-align: left;
    font-weight: 500;
}
.about .seo {
    position: relative;
    margin: 150px 0 70px;
}
.about .seo .contents {
    max-width: 56%;
}
.about .pays {
    padding-top: 70px;
}
.about .pays .title {
    font-size: 40px;
    color: #444;
    font-weight: bold;
    line-height: 1.05;
    margin-bottom: 85px;
}
.about .pays_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: -10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.about .pays_item {
    width: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 0;
}
.about .pays_item.flex {
    opacity: 1;
}
.about .pays_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.services {
    z-index: 2;
}
.services .title {
    font-size: 40px;
    color: #444;
    font-weight: bold;
    line-height: 0.75;
    text-align: center;
    margin-bottom: 70px;
}
.services .list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: -10px;
    padding: 0 105px;
}
.services .list .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 25%;
}
.services .list .item .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 10px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: #318be1;
    height: 409px;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
}
.services .list .item .content:hover {
    -webkit-box-shadow: 0px 15px 40px 0px rgba(236, 64, 96, 0.42);
    box-shadow: 0px 15px 40px 0px rgba(236, 64, 96, 0.42);
}
.services .list .item .content.type_1 {
    padding: 45px 40px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.services .list .item .content.type_2 {
    padding: 55px 50px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.services .list .item .content.type_3 {
    padding: 40px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.services .list .item .content.type_4 {
    padding: 40px 25px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.services .list .item .content .text {
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    line-height: 1.167;
}
.prime .list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -35px -30px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    padding: 365px 110px;
}
.prime .list .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 33.333333%;
    opacity: 0;
}
.prime .list .item.flex {
    opacity: 1;
}
.prime .list .item:nth-child(4) .content {
    margin-left: -55px;
}
.prime .list .item:nth-child(6) {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.prime .list .item:nth-child(6) .content {
    width: auto;
    margin-right: 40px;
}
.prime .list .item .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 35px 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.prime .list .item .content .icon {
    height: 66px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.prime .list .item .content .icon span {
    font-size: 83px;
    color: #ec4060;
    line-height: 1.2;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 300;
    line-height: 0.7;
}
.prime .list .item .content .text {
    font-size: 18px;
    color: #444;
    line-height: 1.2;
    text-align: center;
    margin-top: 20px;
}
.gallery .title {
    font-size: 40px;
    color: #444;
    font-weight: bold;
    line-height: 0.75;
    text-align: center;
    margin-bottom: 70px;
}
.gallery .list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -10px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.gallery .list.glob {
    padding: 0 200px 0 105px;
}
.gallery .list .ms {
    margin: 20px 0 10px !important;
}
.gallery .list .relative {
    position: relative;
}
.gallery .list .absolute {
    position: absolute;
}
.gallery .list .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.gallery .list .item.w-1 {
    width: 27%;
}
.gallery .list .item.w-2 {
    width: 46%;
}
.gallery .list .item .w-3 {
    width: 177px !important;
}
.gallery .list .item .w-4 {
    width: 39%;
}
.gallery .list .item .w-5 {
    width: 61%;
}
.gallery .list .item .h-1 {
    height: 246px;
}
.gallery .list .item .h-2 {
    height: 386px;
}
.gallery .list .item .h-3 {
    height: 156px;
}
.gallery .list .item .ml {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.gallery .list .item .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 10px;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.gallery .list .item .content .image {
    width: 100%;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.gallery .list .item .content .image:hover {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}
.gallery .list .item .content .left_1 {
    left: -300px;
    width: 280px;
}
.gallery .list .item .content .left_2 {
    left: -196px;
}
.gallery .list .item .content .right_1 {
    right: -470px;
    width: 450px;
}
.gallery .list .item .content .right_2 {
    right: -300px;
    width: 280px;
    top: 140px;
}
.works .title {
    font-size: 40px;
    color: #444;
    font-weight: bold;
    line-height: 0.75;
    text-align: center;
    margin-bottom: 70px;
}

















.works_slider {
    padding: 0 105px;
    margin: -10px;
}
.works_slider .slick-slide {
    outline: none;
}
.works_slider .slick-slide:focus {
    outline: none;
}
.works_slider .slick-prev,
.works_slider .slick-next {
    width: 88px;
    height: 38px;
}
.works_slider .slick-prev:before,
.works_slider .slick-next:before {
    content: none;
}
.works_slider .slick-prev {
    background-image: url("../img/icon/header_slider_left.png");
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center;
    left: -80px;
}
.works_slider .slick-prev:hover,
.works_slider .slick-prev:focus {
    background-image: url("../img/icon/header_slider_left.png");
}
.works_slider .slick-next {
    background-image: url("../img/icon/header_slider_right.png");
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center;
    right: -80px;
}
.works_slider .slick-next:hover,
.works_slider .slick-next:focus {
    background-image: url("../img/icon/header_slider_right.png");
}
.works_slider .item {
    margin: 10px;
}
.works_slider .item .image {
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
    width: 100%;
    height: 242px;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    display: block;
    position: relative;
    overflow: hidden;
}
.works_slider .item .image:before {
    position: absolute;
    content: "";
    right: 18px;
    top: 18px;
    width: 18px;
    height: 18px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-image: url("../img/icon/view.png");
}
.works_slider .item .image .lenta {
    width: 36px;
    height: 199px;
    background-image: url("../img/icon/lenta.png");
    background-position: center;
    -webkit-background-size: contain;
    background-size: contain;
    position: absolute;
    left: 22px;
    top: -1px;
}
.works_slider .item .image .lenta span {
    position: absolute;
    content: "";
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    width: 198px;
    top: 81px;
    right: -81px;
    z-index: 2;
    height: 36px;
    padding: 0 23px 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 14px;
    font-weight: 600;
}
.works_slider .item .info {
    -webkit-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    background-color: #fff;
    padding: 30px;
}
.works_slider .item .info .title_ {
    font-size: 24px;
    color: #444;
    font-weight: bold;
    line-height: 0.958;
    text-align: left;
}
.works_slider .item .info .list_ {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: -5px -13px;
    margin-top: 20px;
}
.works_slider .item .info .list_ .item_ {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
}
.works_slider .item .info .list_ .item_ .content_ {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 5px 13px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.works_slider .item .info .list_ .item_ .content_ .name {
    font-size: 14px;
    color: #9c9c9c;
    font-weight: 500;
}
.works_slider .item .info .list_ .item_ .content_ .text {
    font-size: 19px;
    color: #444;
    font-weight: bold;
    margin-top: 5px;
}
.works_slider .item .info .list__ {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: -10px;
    margin-top: 25px;
}
.works_slider .item .info .list__ .item__ {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
}
.works_slider .item .info .list__ .item__ .content__ {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.works_slider .item .info .list__ .item__ .content__ .image {
    width: 100%;
    height: 113px;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    position: relative;
    cursor: pointer;
}
.works_slider .item .info .list__ .item__ .content__ .image:hover:before {
    opacity: 0.5;
}
.works_slider .item .info .list__ .item__ .content__ .image:before {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    margin-top: -24px;
    margin-left: -24px;
    width: 48px;
    height: 48px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.works_slider .item .info .list__ .item__ .content__ .image.video:before {
    background-image: url("../img/icon/video.png");
}
.works_slider .item .info .list__ .item__ .content__ .image.glasses:before {
    background-image: url("../img/icon/glasses.png");
}
.works_slider .item .info .list__ .item__ .content__ .text a {
    font-size: 19px;
    color: #318be1;
    font-weight: bold;
    border-bottom: 1px solid;
    line-height: 1.211;
    text-align: left;
}












.works_slider2 {
 
    margin: -10px;
}
.works_slider2 .slick-slide {
    outline: none;
}
.works_slider2 .slick-slide:focus {
    outline: none;
}
.works_slider2 .slick-prev,
.works_slider2 .slick-next {
    width: 88px;
    height: 38px;
}
.works_slider2 .slick-prev:before,
.works_slider2 .slick-next:before {
    content: none;
}
.works_slider2 .slick-prev {
    background-image: url("../img/icon/header_slider_left.png");
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center;
    left: -80px;
}
.works_slider2 .slick-prev:hover,
.works_slider2 .slick-prev:focus {
    background-image: url("../img/icon/header_slider_left.png");
}
.works_slider2 .slick-next {
    background-image: url("../img/icon/header_slider_right.png");
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center;
    right: -80px;
}
.works_slider2 .slick-next:hover,
.works_slider2 .slick-next:focus {
    background-image: url("../img/icon/header_slider_right.png");
}
.works_slider2 .item {
    margin: 10px;
    width: 33%;
}
.works_slider2 .item .image {
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
    width: 100%;
    height: 242px;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    display: block;
    position: relative;
    overflow: hidden;
}
.works_slider2 .item .image:before {
    position: absolute;
    content: "";
    right: 18px;
    top: 18px;
    width: 18px;
    height: 18px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-image: url("../img/icon/view.png");
}
.works_slider2 .item .image .lenta {
    width: 36px;
    height: 199px;
    background-image: url("../img/icon/lenta.png");
    background-position: center;
    -webkit-background-size: contain;
    background-size: contain;
    position: absolute;
    left: 22px;
    top: -1px;
}
.works_slider2 .item .image .lenta span {
    position: absolute;
    content: "";
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    width: 198px;
    top: 81px;
    right: -81px;
    z-index: 2;
    height: 36px;
    padding: 0 23px 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 14px;
    font-weight: 600;
}
.works_slider2 .item .info {
    -webkit-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    background-color: #fff;
    padding: 30px;
}
.works_slider2 .item .info .title_ {
    font-size: 24px;
    color: #444;
    font-weight: bold;
    line-height: 0.958;
    text-align: left;
}
.works_slider2 .item .info .list_ {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: -5px -13px;
    margin-top: 20px;
}
.works_slider2 .item .info .list_ .item_ {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
}
.works_slider2 .item .info .list_ .item_ .content_ {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 5px 13px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.works_slider2 .item .info .list_ .item_ .content_ .name {
    font-size: 14px;
    color: #9c9c9c;
    font-weight: 500;
}
.works_slider2 .item .info .list_ .item_ .content_ .text {
    font-size: 19px;
    color: #444;
    font-weight: bold;
    margin-top: 5px;
}
.works_slider2 .item .info .list__ {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: -10px;
    margin-top: 25px;
}
.works_slider2 .item .info .list__ .item__ {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
}
.works_slider2 .item .info .list__ .item__ .content__ {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.works_slider2 .item .info .list__ .item__ .content__ .image {
    width: 100%;
    height: 113px;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    position: relative;
    cursor: pointer;
}
.works_slider2 .item .info .list__ .item__ .content__ .image:hover:before {
    opacity: 0.5;
}
.works_slider2 .item .info .list__ .item__ .content__ .image:before {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    margin-top: -24px;
    margin-left: -24px;
    width: 48px;
    height: 48px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.works_slider2 .item .info .list__ .item__ .content__ .image.video:before {
    background-image: url("../img/icon/video.png");
}
.works_slider2 .item .info .list__ .item__ .content__ .image.glasses:before {
    background-image: url("../img/icon/glasses.png");
}
.works_slider2 .item .info .list__ .item__ .content__ .text a {
    font-size: 19px;
    color: #318be1;
    font-weight: bold;
    border-bottom: 1px solid;
    line-height: 1.211;
    text-align: left;
}

















.quiz_body {
    position: relative;
}
.quiz_body:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #318be1;
    opacity: 0.541;
    z-index: 999;
}
.quiz .body {
    background-color: #fff;
    position: fixed;
    z-index: 2000;
    left: 50%;
    top: 50%;
    width: 1180px;
    padding: 70px 100px 80px 100px;
    margin-left: -590px;
    margin-top: -340px;
}
.quiz .body .close {
    top: 30px;
    right: 30px;
    position: absolute;
    cursor: pointer;
}
.quiz .body.none {
    display: none;
}
.quiz .body.active {
    display: block;
}
.quiz .body .info .title {
    font-size: 40px;
    color: #444;
    font-weight: bold;
    line-height: 1.1;
    text-align: left;
}
.quiz .body .info .title span {
    color: #ec4060;
}
.quiz .body .info .steps {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: -8px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-top: 50px;
}
.quiz .body .info .steps .step {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 25%;
}
.quiz .body .info .steps .step.active .content {
    background-color: #318be1;
}
.quiz .body .info .steps .step .content {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 8px;
    background-color: #e8e8e8;
    width: 100%;
    height: 7px;
}
.quiz .body .info .question {
    font-size: 31px;
    color: #444;
    font-weight: bold;
    line-height: 1.419;
    text-align: left;
    margin-top: 50px;
    margin-bottom: 50px;
}
.quiz .body .info .variant {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -13px;
    margin-top: 22px;
}
.quiz .body .info .variant.step_2 {
    margin: -35px;
}
.quiz .body .info .variant.step_2 .item .content {
    margin: 35px;
}
.quiz .body .info .variant.step_3 {
    margin: -75px;
}
.quiz .body .info .variant.step_3 .item .content {
    margin: 75px;
}
.quiz .body .info .variant.step_3 .item .content .icon {
    height: 50px;
}
.quiz .body .info .variant .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
}
.quiz .body .info .variant .item .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 13px;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.quiz .body .info .variant .item .content .icon {
    height: 64px;
    margin-bottom: 5px;
    text-align: center;
}
.quiz .body .info .variant .item .content .label-check {
    cursor: pointer;
    margin-left: 35px;
    position: relative;
    display: block;
    font-size: 20px;
    color: #444;
    font-weight: bold;
    line-height: 2.2;
}
.quiz .body .info .variant .item .content .label-check .input {
    display: none;
}
.quiz .body .info .variant .item .content .label-check .input:checked + .new-input {
    background-color: #ec4060;
    -webkit-animation: animation-checkbox 0.4s ease-in-out;
    -moz-animation: animation-checkbox 0.4s ease-in-out;
    animation: animation-checkbox 0.4s ease-in-out;
    position: absolute;
    -webkit-box-shadow: 0px 5px 24px 0px rgba(236, 64, 96, 0.62);
    box-shadow: 0px 5px 24px 0px rgba(236, 64, 96, 0.62);
}
.quiz .body .info .variant .item .content .label-check .input:checked + .new-input:before {
    position: absolute;
    content: "";
    background: url("../img/icon/checked.png") no-repeat center;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.quiz .body .info .variant .item .content .label-check .new-input {
    position: absolute;
    left: -35px;
    top: 8px;
    width: 26px;
    height: 26px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: #e8e8e8;
}
.quiz .body .panel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 50px;
}
.quiz .body .panel .sale {
    font-size: 31px;
    color: #444;
    font-weight: bold;
    line-height: 1.419;
}
.quiz .body .panel .sale span {
    color: #ec4060;
}
.quiz .body .panel .buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.quiz .body .form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: -10px;
    margin-top: 50px;
}
.quiz .body .form .item_ {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 33.3333333%;
}
.quiz .body .form .item_ .content_ {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 10px;
}
.quiz .body .form .item_ .content_ .in {
    border-style: solid;
    border-width: 2px;
    border-color: #e8e8e8;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: #fff;
    width: 100%;
    height: 60px;
    padding: 10px 25px;
    font-size: 18px;
    color: #444;
}
.quiz .body .form .item_ .content_ .in::-webkit-input-placeholder {
    color: #b1b1b1;
}
.quiz .body .form .item_ .content_ .in::-moz-placeholder {
    color: #b1b1b1;
}
.quiz .body .form .item_ .content_ .in::-ms-input-placeholder {
    color: #b1b1b1;
}
.quiz .body .form .item_ .content_ .in::placeholder {
    color: #b1b1b1;
}
.quiz .body .form .item_ .content_ .button {
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: #ec4060;
    -webkit-box-shadow: 0px 5px 24px 0px rgba(236, 64, 96, 0.62);
    box-shadow: 0px 5px 24px 0px rgba(236, 64, 96, 0.62);
    width: 100%;
    height: 56px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 20px;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}
.quiz .body .form .item_ .content_ .button:hover {
    background-color: #dc2d4d;
}
.quiz .body .politic {
    margin-top: 20px;
}
.quiz .body .politic .label-check {
    cursor: pointer;
    margin-left: 35px;
    position: relative;
    display: block;
    color: #b1b1b1;
    font-weight: 500;
    line-height: 3.143;
    font-size: 14px;
}
.quiz .body .politic .label-check a {
    color: #318be1;
    border-bottom: 1px solid;
}
.quiz .body .politic .label-check .input {
    display: none;
}
.quiz .body .politic .label-check .input:checked + .new-input {
    background-color: #ec4060;
    -webkit-animation: animation-checkbox 0.4s ease-in-out;
    -moz-animation: animation-checkbox 0.4s ease-in-out;
    animation: animation-checkbox 0.4s ease-in-out;
    position: absolute;
    -webkit-box-shadow: 0px 5px 24px 0px rgba(236, 64, 96, 0.62);
    box-shadow: 0px 5px 24px 0px rgba(236, 64, 96, 0.62);
}
.quiz .body .politic .label-check .input:checked + .new-input:before {
    position: absolute;
    content: "";
    background: url("../img/icon/checked.png") no-repeat center;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.quiz .body .politic .label-check .new-input {
    position: absolute;
    left: -35px;
    top: 8px;
    width: 26px;
    height: 26px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: #e8e8e8;
}
.seo .container {
    padding: 0 105px;
}
.seo .cards {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: -20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px;
}
.seo .cards .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 33.33333%;
}
.seo .cards .item .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.seo .cards .item .content:hover {
    -webkit-box-shadow: 0px 16px 70px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 16px 70px 0px rgba(0, 0, 0, 0.2);
}
.seo .cards .item .content .image {
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
    width: 100%;
    height: 220px;
    overflow: hidden;
}
.seo .cards .item .content .image img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%;
    height: 100%;
}
.seo .cards .item .content .info {
    -webkit-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    background-color: #fff;
    padding: 30px;
    border: 1px solid #d4d4d4;
    border-top: 0;
}
.seo .cards .item .content .info .name {
    font-size: 24px;
    color: #444;
    font-weight: bold;
    line-height: 0.958;
    text-align: center;
}
.seo .cards_ {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: -20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px;
}
.seo .cards_ .item_ {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
}
.seo .cards_ .item_ .content_ {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: #fff;
    padding: 30px;
}
.seo .cards_ .item_ .content_:hover {
    -webkit-box-shadow: 0px 16px 70px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 16px 70px 0px rgba(0, 0, 0, 0.2);
}
.seo .cards_ .item_ .content_ .top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
.seo .cards_ .item_ .content_ .top .image {
    width: 220px;
    min-width: 220px;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}
.seo .cards_ .item_ .content_ .top .content__ {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 30px;
}
.seo .cards_ .item_ .content_ .top .content__ .name {
    font-size: 25px;
    color: #444;
    font-weight: bold;
    line-height: 0.958;
}
.seo .cards_ .item_ .content_ .top .content__ .contents {
    margin-top: 30px;
}
.seo .cards_ .item_ .content_ .top .content__ .contents p {
    font-size: 14.6px;
    margin-bottom: 25px;
}
.seo .cards_ .item_ .content_ .top .content__ .contents p:last-child {
    margin-bottom: 0;
}
.seo .cards_ .item_ .content_ .d-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 30px;
}
.seo .cards_ .item_ .content_ .d-flex .price {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 26px;
    color: #444;
    font-weight: bold;
}
.seo .cards_ .item_ .content_ .d-flex .price .label {
    font-size: 18px;
    color: #9c9c9c;
    font-weight: 500;
    margin-bottom: 5px;
}
.seo .cards_ .item_ .content_ .d-flex .price .week span {
    color: #ec4060;
}
.master.bg {
    background-image: url("../img/bg/master.jpg");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}
.master.bg:before {
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.7);
}
.master .container {
    padding: 0 105px;
}
.master .form {
    padding-left: 30%;
    position: relative;
}
.master .form .name {
    font-size: 40px;
    color: #444;
    font-weight: bold;
    line-height: 0.958;
}
.master .form .text {
    font-size: 22px;
    color: #444;
    font-weight: bold;
    line-height: 1.419;
    text-align: left;
    margin-top: 20px;
}
.master .form .text span {
    color: #ec4060;
}
.master .form .variant {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -15px;
    margin-top: 25px;
}
.master .form .variant .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
}
.master .form .variant .item .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 15px;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.master .form .variant .item .content .label-check {
    cursor: pointer;
    margin-left: 35px;
    position: relative;
    display: block;
    font-size: 20px;
    color: #444;
    font-weight: bold;
    line-height: 1.2;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.master .form .variant .item .content .label-check .input {
    display: none;
}
.master .form .variant .item .content .label-check .input:checked + .new-input {
    background-color: #ec4060;
    -webkit-animation: animation-checkbox 0.4s ease-in-out;
    -moz-animation: animation-checkbox 0.4s ease-in-out;
    animation: animation-checkbox 0.4s ease-in-out;
    position: absolute;
    -webkit-box-shadow: 0px 5px 24px 0px rgba(236, 64, 96, 0.62);
    box-shadow: 0px 5px 24px 0px rgba(236, 64, 96, 0.62);
    border: 2px solid transparent;
}
.master .form .variant .item .content .label-check .input:checked + .new-input:before {
    position: absolute;
    content: "";
    background: url("../img/icon/checked.png") no-repeat center;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.master .form .variant .item .content .label-check .new-input {
    position: absolute;
    left: -35px;
    top: -2px;
    width: 26px;
    height: 26px;
    border: 2px solid #d4d4d4;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: #e8e8e8;
}
.master .form .contacts_form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: -10px;
    margin-top: 50px;
}
.master .form .contacts_form .item_ {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 33.3333333%;
}
.master .form .contacts_form .item_ .content_ {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 10px;
}
.master .form .contacts_form .item_ .content_ .in {
    border-style: solid;
    border-width: 2px;
    border-color: #d4d4d4;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: #fff;
    width: 100%;
    height: 60px;
    padding: 10px 25px;
    font-size: 18px;
    color: #444;
}
.master .form .contacts_form .item_ .content_ .in::-webkit-input-placeholder {
    color: #b1b1b1;
}
.master .form .contacts_form .item_ .content_ .in::-moz-placeholder {
    color: #b1b1b1;
}
.master .form .contacts_form .item_ .content_ .in::-ms-input-placeholder {
    color: #b1b1b1;
}
.master .form .contacts_form .item_ .content_ .in::placeholder {
    color: #b1b1b1;
}
.master .form .contacts_form .item_ .content_ .button {
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: #ec4060;
    -webkit-box-shadow: 0px 5px 24px 0px rgba(236, 64, 96, 0.62);
    box-shadow: 0px 5px 24px 0px rgba(236, 64, 96, 0.62);
    width: 100%;
    height: 56px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 20px;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}
.master .form .contacts_form .item_ .content_ .button:hover {
    background-color: #dc2d4d;
}
.service .container {
    padding: 0 105px;
}
.service .list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -10px;
}
.service .list.big .item {
    width: 33.33333%;
}
.service .list.big .item .content .image {
    height: auto;
}
.service .list.big .item .content .info .name {
    text-align: center;
}
.service .list.big .item .content .info .price {
    text-align: center;
    font-size: 25px;
}
.service .list.center .item .content .info .name {
    text-align: center;
}
.service .list.center .item .content .info .price {
    text-align: center;
}
.service .list .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 25%;
}
.service .list .item .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #d4d4d4;
}
.service .list .item .content:hover {
    -webkit-box-shadow: 0px 16px 70px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 16px 70px 0px rgba(0, 0, 0, 0.2);
}
.service .list .item .content .image {
    width: 100%;
    height: 200px;
    overflow: hidden;
    padding: 15px;
    cursor: pointer;
}
.service .list .item .content .image img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}
.service .list .item .content .info {
    padding: 15px;
    padding-top: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.service .list .item .content .info .name {
    font-size: 17px;
    color: #444;
    line-height: 0.958;
    font-weight: 500;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.service .list .item .content .info .price {
    font-size: 22px;
    color: #444;
    font-weight: bold;
    margin-top: 15px;
}
.service .list .item .content .info .price span {
    color: #ec4060;
}
.category .container {
    padding: 0 105px;
}
.category .list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -10px;
}
.category .list .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 25%;
}
.category .list .item .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 10px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: #fff;
    padding: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 1px solid #d4d4d4;
}
.category .list .item .content:hover {
    -webkit-box-shadow: 0px 16px 70px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 16px 70px 0px rgba(0, 0, 0, 0.2);
}
.category .list .item .content .image {
    width: 100%;
    overflow: hidden;
    text-align: center;
    margin-bottom: 20px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.category .list .item .content .image img {
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}
.category .list .item .content .info {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.category .list .item .content .info .name {
    font-size: 22px;
    color: #444;
    font-weight: bold;
    line-height: 0.958;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
}
.category .list .item .content .info .pluses {
    margin-top: 20px;
}
.category .list .item .content .info .pluses li {
    padding-left: 20px;
    position: relative;
    color: #9c9c9c;
    font-weight: 500;
    margin-bottom: 6px;
    font-size: 12px;
}
.category .list .item .content .info .pluses li:last-child {
    margin-bottom: 0;
}
.category .list .item .content .info .pluses li:after {
    content: " ";
    position: absolute;
    top: 3px;
    width: 5px;
    height: 5px;
    border: 2px solid #318be1;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    left: 0;
}
.category .list .item .content .info .price {
    text-align: center;
    font-size: 25px;
    color: #444;
    font-weight: bold;
    margin-top: 20px;
}
.category .list .item .content .info .price span {
    color: #ec4060;
}
.articles .art_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -15px;
}
.articles .art_list .art_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 33.33333%;
}
.articles .art_list .art_item .art_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.articles .art_list .art_item .art_content:hover {
    -webkit-box-shadow: 0px 16px 70px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 16px 70px 0px rgba(0, 0, 0, 0.2);
}
.articles .art_list .art_item .art_content .image {
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
    width: 100%;
    height: 242px;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    display: block;
    position: relative;
    overflow: hidden;
}
.articles .art_list .art_item .art_content .image:before {
    position: absolute;
    content: "";
    right: 18px;
    top: 18px;
    width: 18px;
    height: 18px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-image: url("../img/icon/view.png");
}
.articles .art_list .art_item .art_content .info {
    -webkit-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    background-color: #fff;
    padding: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.articles .art_list .art_item .art_content .info .title {
    font-size: 24px;
    color: #444;
    font-weight: bold;
    line-height: 0.958;
    text-align: left;
}
.articles .art_list .art_item .art_content .info .contents {
    margin-top: 30px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.articles .art_list .art_item .art_content .info .contents p {
    font-size: 15px;
    margin-bottom: 20px;
}
.articles .art_list .art_item .art_content .info .contents p:last-child {
    margin-bottom: 0;
}
.reviews .container {
    padding: 0 105px;
}
.reviews .re_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -15px;
    margin-top: 20px;
}
.reviews .re_list .re_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
.reviews .re_list .re_item .re_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    border: 2px solid #e8e8e8;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    padding: 35px;
}
.reviews .re_list .re_item .re_content .header {
    margin-bottom: 30px;
}
.reviews .re_list .re_item .re_content .header .name {
    font-size: 26px;
    color: #444;
    font-weight: bold;
    line-height: 1.2;
    text-align: left;
}
.reviews .re_list .re_item .re_content .header .date {
    font-size: 16px;
    color: #9c9c9c;
    font-weight: 500;
    margin-top: 10px;
    font-style: italic;
}
.reviews .re_list .re_item .re_content .contents p {
    font-size: 17px;
    margin-bottom: 15px;
    line-height: 1.3;
}
.reviews .re_list .re_item .re_content .contents p:last-child {
    margin-bottom: 0;
}
.reviews #comment-form-placeholder {
    margin-top: 30px;
    background-color: #fff;
    padding: 30px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    position: relative;
    display: none;
}
.reviews #comment-form-placeholder:before {
    position: absolute;
    content: "";
    background-color: #ffffff;
    width: 20px;
    height: 20px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -10px;
    left: 5%;
}
.reviews #comment-form-placeholder .form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: -10px;
}
.reviews #comment-form-placeholder .form .form-group,
.reviews #comment-form-placeholder .form .form-actions {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 25%;
}
.reviews #comment-form-placeholder .form .form-group .form-control,
.reviews #comment-form-placeholder .form .form-actions .form-control {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 10px;
}
.reviews #comment-form-placeholder .form .form-group .form-control.form_input,
.reviews #comment-form-placeholder .form .form-actions .form-control.form_input {
    border-style: solid;
    border-width: 2px;
    border-color: #e8e8e8;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: #fff;
    width: 100%;
    height: 55px;
    padding: 10px 25px;
    font-size: 18px;
    color: #444;
}
.reviews #comment-form-placeholder .form .form-group .form-control.form_input::-webkit-input-placeholder,
.reviews #comment-form-placeholder .form .form-actions .form-control.form_input::-webkit-input-placeholder {
    color: #b1b1b1;
}
.reviews #comment-form-placeholder .form .form-group .form-control.form_input::-moz-placeholder,
.reviews #comment-form-placeholder .form .form-actions .form-control.form_input::-moz-placeholder {
    color: #b1b1b1;
}
.reviews #comment-form-placeholder .form .form-group .form-control.form_input::-ms-input-placeholder,
.reviews #comment-form-placeholder .form .form-actions .form-control.form_input::-ms-input-placeholder {
    color: #b1b1b1;
}
.reviews #comment-form-placeholder .form .form-group .form-control.form_input::placeholder,
.reviews #comment-form-placeholder .form .form-actions .form-control.form_input::placeholder {
    color: #b1b1b1;
}
.reviews #comment-form-placeholder .politic {
    margin-top: 15px;
}
.reviews #comment-form-placeholder .politic .label-check {
    cursor: pointer;
    margin-left: 35px;
    position: relative;
    display: block;
    color: #b1b1b1;
    font-weight: 500;
    line-height: 1.4;
    font-size: 14px;
}
.reviews #comment-form-placeholder .politic .label-check a {
    color: #318be1;
    border-bottom: 1px solid;
}
.reviews #comment-form-placeholder .politic .label-check .input {
    display: none;
}
.reviews #comment-form-placeholder .politic .label-check .input:checked + .new-input {
    background-color: #ec4060;
    -webkit-animation: animation-checkbox 0.4s ease-in-out;
    -moz-animation: animation-checkbox 0.4s ease-in-out;
    animation: animation-checkbox 0.4s ease-in-out;
    position: absolute;
    -webkit-box-shadow: 0px 5px 24px 0px rgba(236, 64, 96, 0.62);
    box-shadow: 0px 5px 24px 0px rgba(236, 64, 96, 0.62);
}
.reviews #comment-form-placeholder .politic .label-check .input:checked + .new-input:before {
    position: absolute;
    content: "";
    background: url("../img/icon/checked.png") no-repeat center;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.reviews #comment-form-placeholder .politic .label-check .new-input {
    position: absolute;
    left: -35px;
    top: 50%;
    margin-top: -13px;
    width: 26px;
    height: 26px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: #e8e8e8;
}
.sales .container {
    padding: 0 105px;
}
.sales .sa_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -20px;
}
.sales .sa_list .sa_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
.sales .sa_list .sa_item .sa_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 20px;
}
.sales .sa_list .sa_item .sa_content img {
    width: 100%;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}
.contacts .container {
    padding: 0 105px;
}
.contacts .list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: -10px;
}
.contacts .list .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 33.33333%;
}
.contacts .list .item .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 10px;
}
.contacts .list .item .content .name {
    font-size: 26px;
    color: #444;
    font-weight: 600;
    line-height: 1.1;
}
.page .container {
    padding: 0 105px;
}
.page .contents .image {
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 65%;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}
.page .contents .hide {
    display: none;
}
.page .list_ {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: -30px;
}
.page .list_ .item_ {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
}
.page .list_ .item_.left {
    width: 65%;
}
.page .list_ .item_.right {
    width: 35%;
}
.page .list_ .item_ .content_ {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 30px;
}
.page .list_ .item_ .content_ .image {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: top;
    object-position: top;
}
.infomore .container {
    padding: 0 105px;
}
.infomore .info_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 0;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: #fff;
    padding: 20px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.infomore .info_list:hover {
    -webkit-box-shadow: 0px 16px 70px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 16px 70px 0px rgba(0, 0, 0, 0.2);
}
.infomore .info_list .info_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
}
.infomore .info_list .info_item .info_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.infomore .info_list .info_item .info_content .image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    max-width: 100%;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}
.infomore .info_list .info_item .info_content .name {
    font-size: 30px;
    color: #444;
    font-weight: bold;
    line-height: 0.958;
    margin-bottom: 30px;
}
.infomore .info_list .info_item .info_content .contents {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.infomore .info_list .info_item .info_content .contents p {
    font-size: 17px;
}
.infomore .info_list .info_item .info_content .panel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 30px;
}
.infomore .info_list .info_item .info_content .panel .button:first-child {
    width: 40%;
}
.infomore .info_list .info_item .info_content .panel .button:last-child {
    width: 60%;
    margin-left: 20px;
}
.variants .container {
    padding: 0 105px;
}
.variants .var_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: -30px;
}
.variants .var_list .var_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
}
.variants .var_list .var_item .var_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.variants .var_list .var_item .var_content .image {
    max-width: 35%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}
.variants .var_list .var_item .var_content .content__ {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.variants .var_list .var_item .var_content .content__ .contents p {
    font-size: 15px;
    margin-bottom: 10px;
    line-height: 1.2;
}
.variants .var_list .var_item .var_content .content__ .contents p:last-child {
    margin-bottom: 0;
}
.variants .var_list .var_item .var_content .price {
    font-size: 25px;
    color: #444;
    font-weight: bold;
    margin-top: 20px;
}
.variants .var_list .var_item .var_content .price span {
    color: #ec4060;
}
.variants .info {
    margin-top: 30px;
}
.variants .info p {
    font-size: 16px;
    color: #757575;
    text-align: center;
}
.info .container {
    padding: 0 105px;
}
.info .list_ {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -20px;
}
.info .list_ .item_ {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
}
.info .list_ .item_ .content_ {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.info .list_ .item_ .content_ .image {
    -webkit-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
    cursor: pointer;
}
.info .list_ .item_ .content_ .image img {
    max-width: 100%;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}
.info .list_ .item_ .content_ .name {
    font-size: 35px;
    color: #444;
    font-weight: bold;
    line-height: 0.958;
    text-align: left;
}
.info .list_ .item_ .content_ .list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin-top: 40px;
}
.info .list_ .item_ .content_ .list li {
    margin: 0;
    padding: 8px 0 8px 30px;
    list-style-type: none;
    display: block;
    position: relative;
    color: #363636;
    font-weight: 500;
    font-size: 20px;
}
.info .list_ .item_ .content_ .list li:before {
    content: " ";
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #ec4060;
    top: 50%;
    margin-top: -10px;
    background-image: url("../img/icon/checked.png");
    background-position: center;
    background-repeat: no-repeat;
}
.promo {
    background-color: #ec4060;
}
.promo .container {
    padding: 0 105px;
}
.promo .container .padding {
    padding-left: 35%;
}
.promo .name {
    font-size: 30px;
    font-weight: bold;
    line-height: 0.958;
    color: #fff;
}
.promo .list {
    margin-top: 30px;
}
.promo .list li {
    color: #fff;
}
.promo .list li:after {
    border-color: #fff;
}
.cat .container {
    padding: 0 105px;
}
.cat .list__ {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: -15px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.cat .list__ .item__ {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 25%;
}
.cat .list__ .item__ .content__ {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 15px;
    width: 100%;
    background-color: #fff;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px;
    border: 1px solid #ececec;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.cat .list__ .item__ .content__:hover {
    -webkit-box-shadow: 0px 12px 60px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 12px 60px 0px rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    border-color: #dc2d4d;
}
.cat .list__ .item__ .content__ .image {
    width: 100%;
    text-align: center;
}
.cat .list__ .item__ .content__ .image img {
    max-width: 100%;
}
.cat .list__ .item__ .content__ .name {
    font-size: 22px;
    color: #444;
    font-weight: bold;
    text-align: center;
    line-height: 0.958;
    margin-top: 10px;
}
.tovar .container {
    padding: 0 105px;
}
.tovar .list_ {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -15px;
}
.tovar .list_ .item_ {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
}
.tovar .list_ .item_ .content_ {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 15px;
    background-color: #fff;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    padding: 30px;
    border: 1px solid #ececec;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.tovar .list_ .item_ .content_:hover {
    -webkit-box-shadow: 0px 12px 60px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 12px 60px 0px rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    border-color: #dc2d4d;
}
.tovar .list_ .item_ .content_ .image {
    width: 45%;
    text-align: right;
}
.tovar .list_ .item_ .content_ .image img {
    max-width: 100%;
}
.tovar .list_ .item_ .content_ .info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 55%;
    margin-left: 30px;
}
.tovar .list_ .item_ .content_ .info .name {
    font-size: 22px;
    color: #444;
    font-weight: bold;
    line-height: 0.958;
}
.tovar .list_ .item_ .content_ .info .price {
    font-size: 26px;
    color: #318be1;
    font-weight: bold;
    margin-top: 20px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.tovar .mini_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -5px;
    margin-bottom: 20px;
}
.tovar .mini_list .mini_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
}
.tovar .mini_list .mini_item.active .mini_content {
    background-color: #ec4060;
    color: #fff;
}
.tovar .mini_list .mini_item .mini_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 5px;
    background-color: #fff;
    color: #363636;
    padding: 10px 15px;
    font-size: 18px;
    font-weight: 500;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}
.tovar .mini_list .mini_item .mini_content:hover {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    border-color: #ec4060;
} /*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
    padding: 15px 15px;
    display: inline-block;
    cursor: pointer;
    -webkit-transition-property: opacity, -webkit-filter;
    transition-property: opacity, -webkit-filter;
    -o-transition-property: opacity, filter;
    -moz-transition-property: opacity, filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    -webkit-transition-duration: 0.15s;
    -moz-transition-duration: 0.15s;
    -o-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
}
.hamburger:hover {
    opacity: 0.7;
}
.hamburger-box {
    width: 40px;
    height: 24px;
    display: inline-block;
    position: relative;
}
.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: #676767;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    -moz-transition-property: transform, -moz-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform, -moz-transform;
    -webkit-transition-duration: 0.15s;
    -moz-transition-duration: 0.15s;
    -o-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}
.hamburger-inner::before,
.hamburger-inner::after {
    content: "";
    display: block;
}
.hamburger-inner::before {
    top: -10px;
}
.hamburger-inner::after {
    bottom: -10px;
}
.hamburger--3dx .hamburger-box {
    -webkit-perspective: 80px;
    -moz-perspective: 80px;
    perspective: 80px;
}
.hamburger--3dx .hamburger-inner {
    -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -moz-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),
        -moz-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx .hamburger-inner::before,
.hamburger--3dx .hamburger-inner::after {
    -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -moz-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -moz-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx.is-active .hamburger-inner {
    background-color: transparent;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.hamburger--3dx.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
    -moz-transform: translate3d(0, 10px, 0) rotate(45deg);
    transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dx.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
    -moz-transform: translate3d(0, -10px, 0) rotate(-45deg);
    transform: translate3d(0, -10px, 0) rotate(-45deg);
}
.hamburger--3dx-r .hamburger-box {
    -webkit-perspective: 80px;
    -moz-perspective: 80px;
    perspective: 80px;
}
.hamburger--3dx-r .hamburger-inner {
    -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -moz-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),
        -moz-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r .hamburger-inner::before,
.hamburger--3dx-r .hamburger-inner::after {
    -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -moz-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -moz-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r.is-active .hamburger-inner {
    background-color: transparent;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
    -moz-transform: translate3d(0, 10px, 0) rotate(45deg);
    transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
    -moz-transform: translate3d(0, -10px, 0) rotate(-45deg);
    transform: translate3d(0, -10px, 0) rotate(-45deg);
}
.hamburger--3dy .hamburger-box {
    -webkit-perspective: 80px;
    -moz-perspective: 80px;
    perspective: 80px;
}
.hamburger--3dy .hamburger-inner {
    -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -moz-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),
        -moz-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy .hamburger-inner::before,
.hamburger--3dy .hamburger-inner::after {
    -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -moz-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -moz-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy.is-active .hamburger-inner {
    background-color: transparent;
    -webkit-transform: rotateX(-180deg);
    -moz-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
}
.hamburger--3dy.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
    -moz-transform: translate3d(0, 10px, 0) rotate(45deg);
    transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dy.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
    -moz-transform: translate3d(0, -10px, 0) rotate(-45deg);
    transform: translate3d(0, -10px, 0) rotate(-45deg);
}
.hamburger--3dy-r .hamburger-box {
    -webkit-perspective: 80px;
    -moz-perspective: 80px;
    perspective: 80px;
}
.hamburger--3dy-r .hamburger-inner {
    -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -moz-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),
        -moz-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r .hamburger-inner::before,
.hamburger--3dy-r .hamburger-inner::after {
    -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -moz-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -moz-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r.is-active .hamburger-inner {
    background-color: transparent;
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    transform: rotateX(180deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
    -moz-transform: translate3d(0, 10px, 0) rotate(45deg);
    transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
    -moz-transform: translate3d(0, -10px, 0) rotate(-45deg);
    transform: translate3d(0, -10px, 0) rotate(-45deg);
}
.hamburger--3dxy .hamburger-box {
    -webkit-perspective: 80px;
    -moz-perspective: 80px;
    perspective: 80px;
}
.hamburger--3dxy .hamburger-inner {
    -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -moz-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),
        -moz-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy .hamburger-inner::before,
.hamburger--3dxy .hamburger-inner::after {
    -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -moz-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -moz-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy.is-active .hamburger-inner {
    background-color: transparent;
    -webkit-transform: rotateX(180deg) rotateY(180deg);
    -moz-transform: rotateX(180deg) rotateY(180deg);
    transform: rotateX(180deg) rotateY(180deg);
}
.hamburger--3dxy.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
    -moz-transform: translate3d(0, 10px, 0) rotate(45deg);
    transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dxy.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
    -moz-transform: translate3d(0, -10px, 0) rotate(-45deg);
    transform: translate3d(0, -10px, 0) rotate(-45deg);
}
.hamburger--3dxy-r .hamburger-box {
    -webkit-perspective: 80px;
    -moz-perspective: 80px;
    perspective: 80px;
}
.hamburger--3dxy-r .hamburger-inner {
    -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -moz-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),
        -moz-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy-r .hamburger-inner::before,
.hamburger--3dxy-r .hamburger-inner::after {
    -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -moz-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -moz-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy-r.is-active .hamburger-inner {
    background-color: transparent;
    -webkit-transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
    -moz-transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
    transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
    -moz-transform: translate3d(0, 10px, 0) rotate(45deg);
    transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
    -moz-transform: translate3d(0, -10px, 0) rotate(-45deg);
    transform: translate3d(0, -10px, 0) rotate(-45deg);
}
.hamburger--arrow.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
    -moz-transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
    transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrow.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
    -moz-transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
    transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrow-r.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
    -moz-transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
    transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrow-r.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
    -moz-transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
    transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrowalt .hamburger-inner::before {
    -webkit-transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -moz-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -moz-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt .hamburger-inner::after {
    -webkit-transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -moz-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -moz-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
    -moz-transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
    transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
    -webkit-transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
    -o-transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
    -moz-transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -moz-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -moz-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
    -moz-transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
    transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
    -webkit-transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
    -o-transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
    -moz-transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -moz-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -moz-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt-r .hamburger-inner::before {
    -webkit-transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -moz-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -moz-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r .hamburger-inner::after {
    -webkit-transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -moz-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -moz-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
    -moz-transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
    transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
    -webkit-transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
    -o-transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
    -moz-transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -moz-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -moz-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
    -moz-transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
    transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
    -webkit-transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
    -o-transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
    -moz-transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -moz-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -moz-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowturn.is-active .hamburger-inner {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.hamburger--arrowturn.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
    -moz-transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
    transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrowturn.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
    -moz-transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
    transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrowturn-r.is-active .hamburger-inner {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
    -moz-transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
    transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
    -moz-transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
    transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--boring .hamburger-inner,
.hamburger--boring .hamburger-inner::before,
.hamburger--boring .hamburger-inner::after {
    -webkit-transition-property: none;
    -o-transition-property: none;
    -moz-transition-property: none;
    transition-property: none;
}
.hamburger--boring.is-active .hamburger-inner {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.hamburger--boring.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
}
.hamburger--boring.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.hamburger--collapse .hamburger-inner {
    top: auto;
    bottom: 0;
    -webkit-transition-duration: 0.13s;
    -moz-transition-duration: 0.13s;
    -o-transition-duration: 0.13s;
    transition-duration: 0.13s;
    -webkit-transition-delay: 0.13s;
    -moz-transition-delay: 0.13s;
    -o-transition-delay: 0.13s;
    transition-delay: 0.13s;
    -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -moz-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
    top: -20px;
    -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
    -o-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
    -moz-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
    -webkit-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -moz-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -moz-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19),
        -moz-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
    -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
    -moz-transform: translate3d(0, -10px, 0) rotate(-45deg);
    transform: translate3d(0, -10px, 0) rotate(-45deg);
    -webkit-transition-delay: 0.22s;
    -moz-transition-delay: 0.22s;
    -o-transition-delay: 0.22s;
    transition-delay: 0.22s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
    -o-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
    -moz-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1),
        -moz-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse-r .hamburger-inner {
    top: auto;
    bottom: 0;
    -webkit-transition-duration: 0.13s;
    -moz-transition-duration: 0.13s;
    -o-transition-duration: 0.13s;
    transition-duration: 0.13s;
    -webkit-transition-delay: 0.13s;
    -moz-transition-delay: 0.13s;
    -o-transition-delay: 0.13s;
    transition-delay: 0.13s;
    -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -moz-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r .hamburger-inner::after {
    top: -20px;
    -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
    -o-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
    -moz-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse-r .hamburger-inner::before {
    -webkit-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -moz-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -moz-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19),
        -moz-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r.is-active .hamburger-inner {
    -webkit-transform: translate3d(0, -10px, 0) rotate(45deg);
    -moz-transform: translate3d(0, -10px, 0) rotate(45deg);
    transform: translate3d(0, -10px, 0) rotate(45deg);
    -webkit-transition-delay: 0.22s;
    -moz-transition-delay: 0.22s;
    -o-transition-delay: 0.22s;
    transition-delay: 0.22s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
    -o-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
    -moz-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse-r.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1),
        -moz-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--elastic .hamburger-inner {
    top: 2px;
    -webkit-transition-duration: 0.275s;
    -moz-transition-duration: 0.275s;
    -o-transition-duration: 0.275s;
    transition-duration: 0.275s;
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -moz-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic .hamburger-inner::before {
    top: 10px;
    -webkit-transition: opacity 0.125s 0.275s ease;
    -o-transition: opacity 0.125s 0.275s ease;
    -moz-transition: opacity 0.125s 0.275s ease;
    transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic .hamburger-inner::after {
    top: 20px;
    -webkit-transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -moz-transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55), -moz-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55), -moz-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic.is-active .hamburger-inner {
    -webkit-transform: translate3d(0, 10px, 0) rotate(135deg);
    -moz-transform: translate3d(0, 10px, 0) rotate(135deg);
    transform: translate3d(0, 10px, 0) rotate(135deg);
    -webkit-transition-delay: 0.075s;
    -moz-transition-delay: 0.075s;
    -o-transition-delay: 0.075s;
    transition-delay: 0.075s;
}
.hamburger--elastic.is-active .hamburger-inner::before {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    opacity: 0;
}
.hamburger--elastic.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -20px, 0) rotate(-270deg);
    -moz-transform: translate3d(0, -20px, 0) rotate(-270deg);
    transform: translate3d(0, -20px, 0) rotate(-270deg);
    -webkit-transition-delay: 0.075s;
    -moz-transition-delay: 0.075s;
    -o-transition-delay: 0.075s;
    transition-delay: 0.075s;
}
.hamburger--elastic-r .hamburger-inner {
    top: 2px;
    -webkit-transition-duration: 0.275s;
    -moz-transition-duration: 0.275s;
    -o-transition-duration: 0.275s;
    transition-duration: 0.275s;
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -moz-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r .hamburger-inner::before {
    top: 10px;
    -webkit-transition: opacity 0.125s 0.275s ease;
    -o-transition: opacity 0.125s 0.275s ease;
    -moz-transition: opacity 0.125s 0.275s ease;
    transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic-r .hamburger-inner::after {
    top: 20px;
    -webkit-transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -moz-transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55), -moz-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55), -moz-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r.is-active .hamburger-inner {
    -webkit-transform: translate3d(0, 10px, 0) rotate(-135deg);
    -moz-transform: translate3d(0, 10px, 0) rotate(-135deg);
    transform: translate3d(0, 10px, 0) rotate(-135deg);
    -webkit-transition-delay: 0.075s;
    -moz-transition-delay: 0.075s;
    -o-transition-delay: 0.075s;
    transition-delay: 0.075s;
}
.hamburger--elastic-r.is-active .hamburger-inner::before {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    opacity: 0;
}
.hamburger--elastic-r.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -20px, 0) rotate(270deg);
    -moz-transform: translate3d(0, -20px, 0) rotate(270deg);
    transform: translate3d(0, -20px, 0) rotate(270deg);
    -webkit-transition-delay: 0.075s;
    -moz-transition-delay: 0.075s;
    -o-transition-delay: 0.075s;
    transition-delay: 0.075s;
}
.hamburger--emphatic {
    overflow: hidden;
}
.hamburger--emphatic .hamburger-inner {
    -webkit-transition: background-color 0.125s 0.175s ease-in;
    -o-transition: background-color 0.125s 0.175s ease-in;
    -moz-transition: background-color 0.125s 0.175s ease-in;
    transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::before {
    left: 0;
    -webkit-transition: top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
    transition: top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
    -o-transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
    -moz-transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -moz-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
    transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
    transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335),
        -moz-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}
.hamburger--emphatic .hamburger-inner::after {
    top: 10px;
    right: 0;
    -webkit-transition: top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
    transition: top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
    -o-transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
    -moz-transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -moz-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
    transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
    transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335),
        -moz-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}
.hamburger--emphatic.is-active .hamburger-inner {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    background-color: transparent;
}
.hamburger--emphatic.is-active .hamburger-inner::before {
    left: -80px;
    top: -80px;
    -webkit-transform: translate3d(80px, 80px, 0) rotate(45deg);
    -moz-transform: translate3d(80px, 80px, 0) rotate(45deg);
    transform: translate3d(80px, 80px, 0) rotate(45deg);
    -webkit-transition: left 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: left 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
    -o-transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
    -moz-transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -moz-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1),
        -moz-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic.is-active .hamburger-inner::after {
    right: -80px;
    top: -80px;
    -webkit-transform: translate3d(-80px, 80px, 0) rotate(-45deg);
    -moz-transform: translate3d(-80px, 80px, 0) rotate(-45deg);
    transform: translate3d(-80px, 80px, 0) rotate(-45deg);
    -webkit-transition: right 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: right 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
    -o-transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
    -moz-transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -moz-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1),
        -moz-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic-r {
    overflow: hidden;
}
.hamburger--emphatic-r .hamburger-inner {
    -webkit-transition: background-color 0.125s 0.175s ease-in;
    -o-transition: background-color 0.125s 0.175s ease-in;
    -moz-transition: background-color 0.125s 0.175s ease-in;
    transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::before {
    left: 0;
    -webkit-transition: top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
    transition: top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
    -o-transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
    -moz-transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -moz-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
    transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
    transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335),
        -moz-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}
.hamburger--emphatic-r .hamburger-inner::after {
    top: 10px;
    right: 0;
    -webkit-transition: top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
    transition: top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
    -o-transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
    -moz-transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -moz-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
    transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
    transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335),
        -moz-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}
.hamburger--emphatic-r.is-active .hamburger-inner {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    background-color: transparent;
}
.hamburger--emphatic-r.is-active .hamburger-inner::before {
    left: -80px;
    top: 80px;
    -webkit-transform: translate3d(80px, -80px, 0) rotate(-45deg);
    -moz-transform: translate3d(80px, -80px, 0) rotate(-45deg);
    transform: translate3d(80px, -80px, 0) rotate(-45deg);
    -webkit-transition: left 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: left 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
    -o-transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
    -moz-transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -moz-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1),
        -moz-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic-r.is-active .hamburger-inner::after {
    right: -80px;
    top: 80px;
    -webkit-transform: translate3d(-80px, -80px, 0) rotate(45deg);
    -moz-transform: translate3d(-80px, -80px, 0) rotate(45deg);
    transform: translate3d(-80px, -80px, 0) rotate(45deg);
    -webkit-transition: right 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: right 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
    -o-transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
    -moz-transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -moz-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1),
        -moz-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--minus .hamburger-inner::before,
.hamburger--minus .hamburger-inner::after {
    -webkit-transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
    -o-transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
    -moz-transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
    transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
}
.hamburger--minus.is-active .hamburger-inner::before,
.hamburger--minus.is-active .hamburger-inner::after {
    opacity: 0;
    -webkit-transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
    -o-transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
    -moz-transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
    transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
}
.hamburger--minus.is-active .hamburger-inner::before {
    top: 0;
}
.hamburger--minus.is-active .hamburger-inner::after {
    bottom: 0;
}
.hamburger--slider .hamburger-inner {
    top: 2px;
}
.hamburger--slider .hamburger-inner::before {
    top: 10px;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity;
    -moz-transition-property: transform, opacity, -moz-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform, -moz-transform;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: 0.15s;
    -moz-transition-duration: 0.15s;
    -o-transition-duration: 0.15s;
    transition-duration: 0.15s;
}
.hamburger--slider .hamburger-inner::after {
    top: 20px;
}
.hamburger--slider.is-active .hamburger-inner {
    -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
    -moz-transform: translate3d(0, 10px, 0) rotate(45deg);
    transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner::before {
    -webkit-transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    -moz-transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -20px, 0) rotate(-90deg);
    -moz-transform: translate3d(0, -20px, 0) rotate(-90deg);
    transform: translate3d(0, -20px, 0) rotate(-90deg);
}
.hamburger--slider-r .hamburger-inner {
    top: 2px;
}
.hamburger--slider-r .hamburger-inner::before {
    top: 10px;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity;
    -moz-transition-property: transform, opacity, -moz-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform, -moz-transform;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: 0.15s;
    -moz-transition-duration: 0.15s;
    -o-transition-duration: 0.15s;
    transition-duration: 0.15s;
}
.hamburger--slider-r .hamburger-inner::after {
    top: 20px;
}
.hamburger--slider-r.is-active .hamburger-inner {
    -webkit-transform: translate3d(0, 10px, 0) rotate(-45deg);
    -moz-transform: translate3d(0, 10px, 0) rotate(-45deg);
    transform: translate3d(0, 10px, 0) rotate(-45deg);
}
.hamburger--slider-r.is-active .hamburger-inner::before {
    -webkit-transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
    -moz-transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
    transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
    opacity: 0;
}
.hamburger--slider-r.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -20px, 0) rotate(90deg);
    -moz-transform: translate3d(0, -20px, 0) rotate(90deg);
    transform: translate3d(0, -20px, 0) rotate(90deg);
}
.hamburger--spin .hamburger-inner {
    -webkit-transition-duration: 0.22s;
    -moz-transition-duration: 0.22s;
    -o-transition-duration: 0.22s;
    transition-duration: 0.22s;
    -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -moz-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
    -webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
    -o-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
    -moz-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
    -webkit-transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -moz-transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -moz-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -moz-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    -webkit-transition-delay: 0.12s;
    -moz-transition-delay: 0.12s;
    -o-transition-delay: 0.12s;
    transition-delay: 0.12s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
    -o-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
    -moz-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin-r .hamburger-inner {
    -webkit-transition-duration: 0.22s;
    -moz-transition-duration: 0.22s;
    -o-transition-duration: 0.22s;
    transition-duration: 0.22s;
    -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -moz-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r .hamburger-inner::before {
    -webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
    -o-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
    -moz-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin-r .hamburger-inner::after {
    -webkit-transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -moz-transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -moz-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -moz-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r.is-active .hamburger-inner {
    -webkit-transform: rotate(-225deg);
    -moz-transform: rotate(-225deg);
    -ms-transform: rotate(-225deg);
    transform: rotate(-225deg);
    -webkit-transition-delay: 0.12s;
    -moz-transition-delay: 0.12s;
    -o-transition-delay: 0.12s;
    transition-delay: 0.12s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
    -o-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
    -moz-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin-r.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spring .hamburger-inner {
    top: 2px;
    -webkit-transition: background-color 0s 0.13s linear;
    -o-transition: background-color 0s 0.13s linear;
    -moz-transition: background-color 0s 0.13s linear;
    transition: background-color 0s 0.13s linear;
}
.hamburger--spring .hamburger-inner::before {
    top: 10px;
    -webkit-transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -moz-transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -moz-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19),
        -moz-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring .hamburger-inner::after {
    top: 20px;
    -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -moz-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -moz-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19),
        -moz-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring.is-active .hamburger-inner {
    -webkit-transition-delay: 0.22s;
    -moz-transition-delay: 0.22s;
    -o-transition-delay: 0.22s;
    transition-delay: 0.22s;
    background-color: transparent;
}
.hamburger--spring.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1),
        -moz-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
    -moz-transform: translate3d(0, 10px, 0) rotate(45deg);
    transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--spring.is-active .hamburger-inner::after {
    top: 0;
    -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1),
        -moz-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 10px, 0) rotate(-45deg);
    -moz-transform: translate3d(0, 10px, 0) rotate(-45deg);
    transform: translate3d(0, 10px, 0) rotate(-45deg);
}
.hamburger--spring-r .hamburger-inner {
    top: auto;
    bottom: 0;
    -webkit-transition-duration: 0.13s;
    -moz-transition-duration: 0.13s;
    -o-transition-duration: 0.13s;
    transition-duration: 0.13s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -moz-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r .hamburger-inner::after {
    top: -20px;
    -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
    -o-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
    -moz-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}
.hamburger--spring-r .hamburger-inner::before {
    -webkit-transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -moz-transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -moz-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19),
        -moz-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r.is-active .hamburger-inner {
    -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
    -moz-transform: translate3d(0, -10px, 0) rotate(-45deg);
    transform: translate3d(0, -10px, 0) rotate(-45deg);
    -webkit-transition-delay: 0.22s;
    -moz-transition-delay: 0.22s;
    -o-transition-delay: 0.22s;
    transition-delay: 0.22s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spring-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
    -o-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
    -moz-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
}
.hamburger--spring-r.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1),
        -moz-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand .hamburger-inner {
    -webkit-transition: background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
    -moz-transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear, -moz-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
    transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19),
        -moz-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand .hamburger-inner::before {
    -webkit-transition: top 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -moz-transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -moz-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -moz-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand .hamburger-inner::after {
    -webkit-transition: bottom 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -moz-transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -moz-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -moz-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand.is-active .hamburger-inner {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    background-color: transparent;
    -webkit-transition: background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
    -moz-transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear, -moz-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
    transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: top 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: bottom 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand-r .hamburger-inner {
    -webkit-transition: background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
    -moz-transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear, -moz-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
    transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19),
        -moz-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r .hamburger-inner::before {
    -webkit-transition: top 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -moz-transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -moz-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -moz-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r .hamburger-inner::after {
    -webkit-transition: bottom 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -moz-transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -moz-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -moz-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r.is-active .hamburger-inner {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    background-color: transparent;
    -webkit-transition: background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
    -moz-transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear, -moz-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
    transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand-r.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: top 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand-r.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: bottom 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze .hamburger-inner {
    -webkit-transition-duration: 0.075s;
    -moz-transition-duration: 0.075s;
    -o-transition-duration: 0.075s;
    transition-duration: 0.075s;
    -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -moz-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
    -webkit-transition: top 0.075s 0.12s ease, opacity 0.075s ease;
    -o-transition: top 0.075s 0.12s ease, opacity 0.075s ease;
    -moz-transition: top 0.075s 0.12s ease, opacity 0.075s ease;
    transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
    -webkit-transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -moz-transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19), -moz-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19), -moz-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition-delay: 0.12s;
    -moz-transition-delay: 0.12s;
    -o-transition-delay: 0.12s;
    transition-delay: 0.12s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    -webkit-transition: top 0.075s ease, opacity 0.075s 0.12s ease;
    -o-transition: top 0.075s ease, opacity 0.075s 0.12s ease;
    -moz-transition: top 0.075s ease, opacity 0.075s 0.12s ease;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--vortex .hamburger-inner {
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex .hamburger-inner::before,
.hamburger--vortex .hamburger-inner::after {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
}
.hamburger--vortex .hamburger-inner::before {
    -webkit-transition-property: top, opacity;
    -o-transition-property: top, opacity;
    -moz-transition-property: top, opacity;
    transition-property: top, opacity;
}
.hamburger--vortex .hamburger-inner::after {
    -webkit-transition-property: bottom, -webkit-transform;
    transition-property: bottom, -webkit-transform;
    -o-transition-property: bottom, transform;
    -moz-transition-property: bottom, transform, -moz-transform;
    transition-property: bottom, transform;
    transition-property: bottom, transform, -webkit-transform, -moz-transform;
}
.hamburger--vortex.is-active .hamburger-inner {
    -webkit-transform: rotate(765deg);
    -moz-transform: rotate(765deg);
    -ms-transform: rotate(765deg);
    transform: rotate(765deg);
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex.is-active .hamburger-inner::before,
.hamburger--vortex.is-active .hamburger-inner::after {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}
.hamburger--vortex.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
}
.hamburger--vortex.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.hamburger--vortex-r .hamburger-inner {
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r .hamburger-inner::before,
.hamburger--vortex-r .hamburger-inner::after {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
}
.hamburger--vortex-r .hamburger-inner::before {
    -webkit-transition-property: top, opacity;
    -o-transition-property: top, opacity;
    -moz-transition-property: top, opacity;
    transition-property: top, opacity;
}
.hamburger--vortex-r .hamburger-inner::after {
    -webkit-transition-property: bottom, -webkit-transform;
    transition-property: bottom, -webkit-transform;
    -o-transition-property: bottom, transform;
    -moz-transition-property: bottom, transform, -moz-transform;
    transition-property: bottom, transform;
    transition-property: bottom, transform, -webkit-transform, -moz-transform;
}
.hamburger--vortex-r.is-active .hamburger-inner {
    -webkit-transform: rotate(-765deg);
    -moz-transform: rotate(-765deg);
    -ms-transform: rotate(-765deg);
    transform: rotate(-765deg);
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r.is-active .hamburger-inner::before,
.hamburger--vortex-r.is-active .hamburger-inner::after {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}
.hamburger--vortex-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
}
.hamburger--vortex-r.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
body.compensate-for-scrollbar {
    overflow: hidden;
}
.fancybox-active {
    height: auto;
}
.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}
.fancybox-container {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    height: 100%;
    left: 0;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}
.fancybox-container * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}
.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    -webkit-transition-duration: inherit;
    -moz-transition-duration: inherit;
    -o-transition-duration: inherit;
    transition-duration: inherit;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    -moz-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
    -moz-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
    -o-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
    transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
    opacity: 0.87;
    -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
    -moz-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
    -o-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity 0.25s, visibility 0s linear 0.25s;
    -o-transition: opacity 0.25s, visibility 0s linear 0.25s;
    -moz-transition: opacity 0.25s, visibility 0s linear 0.25s;
    transition: opacity 0.25s, visibility 0s linear 0.25s;
    visibility: hidden;
    z-index: 99997;
}
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    -webkit-transition: opacity 0.25s, visibility 0s;
    -o-transition: opacity 0.25s, visibility 0s;
    -moz-transition: opacity 0.25s, visibility 0s;
    transition: opacity 0.25s, visibility 0s;
    visibility: visible;
}
.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    text-align: center;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.fancybox-toolbar {
    right: 0;
    top: 0;
}
.fancybox-stage {
    direction: ltr;
    overflow: visible;
    -webkit-transform: translate3d(0, 0, 0);
    z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}
.fancybox-slide {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: opacity, -webkit-transform;
    -webkit-transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity;
    -moz-transition-property: transform, opacity, -moz-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform, -moz-transform;
    transition-property: transform, opacity, -webkit-transform;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}
.fancybox-slide::before {
    content: "";
    display: inline-block;
    height: 100%;
    margin-right: -0.25em;
    vertical-align: middle;
    width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    display: block;
}
.fancybox-slide--next {
    z-index: 99995;
}
.fancybox-slide--image {
    overflow: visible;
    padding: 44px 0;
}
.fancybox-slide--image::before {
    display: none;
}
.fancybox-slide--html {
    padding: 6px 6px 0 6px;
}
.fancybox-slide--iframe {
    padding: 44px 44px 0;
}
.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0 0 6px 0;
    max-width: 100%;
    overflow: auto;
    padding: 0;
    padding: 24px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}
.fancybox-slide--image .fancybox-content {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
    -moz-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
    animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    left: 0;
    margin: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    -moz-transform-origin: top left;
    transform-origin: top left;
    transition-property: opacity, -webkit-transform;
    -webkit-transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity;
    -moz-transition-property: transform, opacity, -moz-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform, -moz-transform;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}
.fancybox-can-zoomOut .fancybox-content {
    cursor: -webkit-zoom-out;
    cursor: -moz-zoom-out;
    cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}
.fancybox-can-drag .fancybox-content {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab;
}
.fancybox-is-dragging .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: grabbing;
}
.fancybox-container [data-selectable="true"] {
    cursor: text;
}
.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}
.fancybox-spaceball {
    z-index: 1;
}
.fancybox-slide--html .fancybox-content {
    margin-bottom: 6px;
}
.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
    height: 100%;
    margin: 0;
    overflow: visible;
    padding: 0;
    width: 100%;
}
.fancybox-slide--video .fancybox-content {
    background: #000;
}
.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
    background: #fff;
    height: -webkit-calc(100% - 44px);
    height: -moz-calc(100% - 44px);
    height: calc(100% - 44px);
    margin-bottom: 44px;
}
.fancybox-video,
.fancybox-iframe {
    background: transparent;
    border: 0;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}
.fancybox-iframe {
    vertical-align: top;
}
.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}
.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}
.fancybox-button {
    background: rgba(30, 30, 30, 0.6);
    border: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    outline: none;
    padding: 10px;
    -webkit-transition: color 0.2s;
    -o-transition: color 0.2s;
    -moz-transition: color 0.2s;
    transition: color 0.2s;
    vertical-align: top;
    width: 44px;
}
.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
    color: #ccc;
}
.fancybox-button:focus,
.fancybox-button:hover {
    color: #fff;
}
.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
}
.fancybox-button svg {
    display: block;
    overflow: visible;
    position: relative;
    shape-rendering: geometricPrecision;
}
.fancybox-button svg path {
    fill: transparent;
    stroke: currentColor;
    stroke-linejoin: round;
    stroke-width: 3;
}
.fancybox-button--play svg path:nth-child(2) {
    display: none;
}
.fancybox-button--pause svg path:nth-child(1) {
    display: none;
}
.fancybox-button--play svg path,
.fancybox-button--share svg path,
.fancybox-button--thumbs svg path {
    fill: currentColor;
}
.fancybox-button--share svg path {
    stroke-width: 1;
}
.fancybox-navigation .fancybox-button {
    height: 38px;
    opacity: 0;
    padding: 6px;
    position: absolute;
    top: 50%;
    width: 38px;
}
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    -webkit-transition: opacity 0.25s, visibility 0s, color 0.25s;
    -o-transition: opacity 0.25s, visibility 0s, color 0.25s;
    -moz-transition: opacity 0.25s, visibility 0s, color 0.25s;
    transition: opacity 0.25s, visibility 0s, color 0.25s;
}
.fancybox-navigation .fancybox-button::after {
    content: "";
    left: -25px;
    padding: 50px;
    position: absolute;
    top: -25px;
}
.fancybox-navigation .fancybox-button--arrow_left {
    left: 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
    right: 6px;
}
.fancybox-close-small {
    position: absolute;
    top: -0;
    right: -0;
    width: 45px;
    height: 45px;
    padding: 0px;
    margin: 0;
    border: none;
    color: #ffffff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    outline: none;
    background-color: #3fa0d5;
    z-index: 10;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.fancybox-close-small svg {
    fill: transparent;
    opacity: 0.8;
    stroke: currentColor;
    stroke-width: 1.5;
    -webkit-transition: stroke 0.1s;
    -o-transition: stroke 0.1s;
    -moz-transition: stroke 0.1s;
    transition: stroke 0.1s;
}
.fancybox-close-small:focus {
    outline: none;
}
.fancybox-close-small:hover svg {
    opacity: 1;
}
.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
    color: #ccc;
    padding: 5px;
    right: -12px;
    top: -44px;
}
.fancybox-slide--image .fancybox-close-small:hover svg,
.fancybox-slide--video .fancybox-close-small:hover svg,
.fancybox-slide--iframe .fancybox-close-small:hover svg {
    background: transparent;
    color: #fff;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
    display: none;
}
.fancybox-caption {
    bottom: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 25px 44px 25px 44px;
    right: 0;
}
.fancybox-caption::before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
    background-repeat: repeat-x;
    -webkit-background-size: contain;
    background-size: contain;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: -25px;
    z-index: -1;
}
.fancybox-caption::after {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    content: "";
    display: block;
    left: 44px;
    position: absolute;
    right: 44px;
    top: 0;
}
.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}
.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}
.fancybox-loading {
    -webkit-animation: fancybox-rotate 0.8s infinite linear;
    -moz-animation: fancybox-rotate 0.8s infinite linear;
    animation: fancybox-rotate 0.8s infinite linear;
    background: transparent;
    border: 6px solid rgba(100, 100, 100, 0.5);
    -webkit-border-radius: 100%;
    border-radius: 100%;
    border-top-color: #fff;
    height: 60px;
    left: 50%;
    margin: -30px 0 0 -30px;
    opacity: 0.6;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 60px;
    z-index: 99999;
}
@-webkit-keyframes fancybox-rotate {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@-moz-keyframes fancybox-rotate {
    from {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes fancybox-rotate {
    from {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
.fancybox-animated {
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
    -moz-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
    -o-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
    transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    -moz-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    -moz-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    transform: rotate(-360deg);
}
.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
}
.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
}
.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    -moz-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    -moz-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}
.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
    -moz-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
    transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
    -moz-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
    transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    -moz-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
}
.fancybox-share {
    background: #f4f4f4;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}
.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0;
}
.fancybox-share p {
    margin: 0;
    padding: 0;
}
.fancybox-share__button {
    border: 0;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}
.fancybox-share__button:visited,
.fancybox-share__button:link {
    color: #fff;
}
.fancybox-share__button:hover {
    text-decoration: none;
}
.fancybox-share__button--fb {
    background: #3b5998;
}
.fancybox-share__button--fb:hover {
    background: #344e86;
}
.fancybox-share__button--pt {
    background: #bd081d;
}
.fancybox-share__button--pt:hover {
    background: #aa0719;
}
.fancybox-share__button--tw {
    background: #1da1f2;
}
.fancybox-share__button--tw:hover {
    background: #0d95e8;
}
.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}
.fancybox-share__button svg path {
    fill: #fff;
}
.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}
.fancybox-thumbs {
    background: #fff;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    width: 212px;
    z-index: 99995;
}
.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}
.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}
.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}
.fancybox-thumbs > ul {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}
.fancybox-thumbs-x > ul {
    overflow: hidden;
}
.fancybox-thumbs-y > ul::-webkit-scrollbar {
    width: 7px;
}
.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
    background: #fff;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.fancybox-thumbs > ul > li {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: -webkit-calc(100% - 8px);
    max-height: -moz-calc(100% - 8px);
    max-height: calc(100% - 8px);
    max-width: -webkit-calc(50% - 4px);
    max-width: -moz-calc(50% - 4px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}
.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, 0.1);
}
.fancybox-thumbs > ul > li {
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.fancybox-thumbs > ul > li:before {
    border: 4px solid #4ea7f9;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 99991;
}
.fancybox-thumbs .fancybox-thumbs-active:before {
    opacity: 1;
}
@media all and (max-width: 800px) {
    .fancybox-thumbs {
        width: 110px;
    }
    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }
    .fancybox-thumbs > ul > li {
        max-width: -webkit-calc(100% - 10px);
        max-width: -moz-calc(100% - 10px);
        max-width: calc(100% - 10px);
    }
}
.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-loading .slick-list {
    background: #fff url("../libs/slick/ajax-loader.gif") center center no-repeat;
}
@font-face {
    font-family: "slick";
    src: url("../libs/slick/fonts/slick.eot");
    src: url("../libs/slick/fonts/slick-1.eot") format("embedded-opentype"), url("../libs/slick/fonts/slick.woff") format("woff"), url("../libs/slick/fonts/slick.ttf") format("truetype"), url("../libs/slick/fonts/slick.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}
.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: #fff;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
    left: -25px;
}
[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px;
}
.slick-prev:before {
    content: "←";
}
[dir="rtl"] .slick-prev:before {
    content: "→";
}
.slick-next {
    right: -25px;
}
[dir="rtl"] .slick-next {
    left: -25px;
    right: auto;
}
.slick-next:before {
    content: "→";
}
[dir="rtl"] .slick-next:before {
    content: "←";
}
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}
.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}
.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: #000;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
    color: #000;
    opacity: 0.75;
}
@media only screen and (max-width: 1680px) {
    .footer .map {
        width: 42%;
    }
    .works_slider .slick-prev {
        left: 0;
    }
    .works_slider .slick-next {
        right: 0;
    }
    .prime .list {
        margin: -35px 0;
    }
}
@media only screen and (max-width: 1480px) {
    .header_slider .slick-prev {
        left: -33px;
    }
    .header_slider .slick-next {
        right: -33px;
    }
}
@media only screen and (max-width: 1430px) {
    .container {
        width: 95%;
    }
    .about .list .item .content.type_5:before {
        right: -50px;
    }
    .about .list .item .content .text {
        font-size: 25px;
    }
    .footer .info {
        width: 50%;
    }
    .about .list .item .content.type_5 {
        overflow: hidden;
    }
    .seo .container {
        padding: 0 50px;
    }
    .service .container {
        padding: 0 50px;
    }
    .variants .container {
        padding: 0 50px;
    }
    .category .container {
        padding: 0 50px;
    }
    .reviews .container {
        padding: 0 50px;
    }
    .sales .container {
        padding: 0 50px;
    }
    .infomore .container {
        padding: 0 50px;
    }
    .page .container {
        padding: 0 50px;
    }
    .cat .container {
        padding: 0 50px;
    }
    .tovar .container {
        padding: 0 50px;
    }
    .promo .container {
        padding: 0 50px;
    }
    .info .container {
        padding: 0 50px;
    }
    .infomore .info_list .info_item:first-child {
        width: 40%;
    }
    .infomore .info_list .info_item:last-child {
        width: 60%;
    }
}
@media only screen and (max-width: 1300px) {
    .header_inner {
        padding: 15px 50px 0;
    }
    .header_top .menu ul li {
        margin: 0 10px;
    }
    .header_top .menu ul {
        margin: 0 -10px;
    }
    .header_top .icons .icon {
        margin: 0 10px;
    }
    .header_top .icons {
        margin: 0 -10px;
    }
    .header_inner .menu ul li a {
        font-size: 20px;
    }
    .header_slider {
        padding: 45px 50px;
        margin: 0 -5px;
    }
    .header .plans {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 15px;
        padding: 10px 50px;
    }
    .section_sale {
        background: transparent;
    }
    .header .plans .item_c {
        width: 33.3333%;
    }
    .header .plans .item_c .content_c .text {
        text-align: center;
    }
    .sale .list {
        padding: 0 50px;
    }
    .sale .list .image {
        width: 450px;
        height: 520px;
    }
    .sale .list .image span {
        top: 150px;
        left: 100px;
    }
    .sale .list .content .title {
        font-size: 35px;
    }
    .works .title {
        font-size: 35px;
    }
    .about .container {
        padding: 40px 50px;
    }
    .about .h2 {
        margin-bottom: 70px;
        font-size: 45px;
    }
    .about .list .item .content.type_1:before {
        top: -30px;
        left: -15px;
        width: 170px;
        height: 141px;
    }
    .about .list .item .content.type_2:before {
        right: 0;
        width: 365px;
        height: 84px;
    }
    .about .list .item .content.type_2 {
        overflow: hidden;
    }
    .about .list .item .content.type_3:before {
        right: -50px;
        top: -35px;
        width: 220px;
        height: 200px;
    }
    .about .list .item .content.type_4:before {
        bottom: 0;
        width: 230px;
        height: 222px;
    }
    .about .list .item .content.type_5:before {
        width: 340px;
        height: 207px;
    }
    .about .list .item .content.type_6:before {
        right: -51px;
        bottom: -16px;
        width: 150px;
        height: 162px;
    }
    .about .seo {
        margin: 70px 0 70px;
    }
    .contents h1 {
        font-size: 35px;
        margin-bottom: 40px;
    }
    .contents p {
        font-size: 18px;
        margin-bottom: 25px;
    }
    .contents ul li {
        font-size: 18px;
    }
    .contents ul {
        margin-bottom: 25px;
    }
    .contents ul:last-child {
        margin-bottom: 0;
    }
    .line_bg_1 {
        width: 400px;
        height: 495px;
        right: 0;
        top: -10px;
    }
    .about .pays {
        padding-top: 0;
    }
    .about .pays .title {
        font-size: 35px;
        margin-bottom: 70px;
    }
    .about .pays_item img {
        width: 120px;
    }
    .about .pays_item:nth-child(2) img,
    .about .pays_item:nth-child(3) img,
    .about .pays_item:nth-child(6) img {
        width: 80px;
    }
    .section_services {
        padding: 40px 0 0;
    }
    .services .title {
        font-size: 35px;
        margin-bottom: 70px;
    }
    .services .list {
        padding: 0 50px;
    }
    .services .list .item .content .text {
        font-size: 25px;
    }
    .prime .list {
        margin: 0 50px;
        padding: 230px 80px;
    }
    .prime .list .item .content .icon span {
        font-size: 70px;
    }
    .prime .list .item img {
        width: 49px;
    }
    .prime .list .item.prime_item_5 img {
        width: 180px;
    }
    .prime .list .item .content .icon {
        height: 49px;
    }
    .gallery .title {
        font-size: 35px;
    }
    .gallery .list.glob {
        padding: 0;
    }
    .gallery .list .item .content .left_1 {
        display: none;
    }
    .gallery .list .item .content .left_2 {
        display: none;
    }
    .gallery .list .item .content .right_1 {
        display: none;
    }
    .gallery .list .item .content .right_2 {
        display: none;
    }
    .section_works {
        padding: 70px 0;
    }
    .works_slider .slick-prev,
    .works_slider .slick-next {
        width: 50px;
        height: 23px;
    }
    .works_slider {
        padding: 0 50px;
    }
    .footer {
        padding: 40px 0;
    }
    .footer .container {
        padding: 0;
    }
    .quiz .body {
        left: 5%;
        top: 5%;
        right: 5%;
        width: 90%;
        margin-left: 0;
        margin-top: 0;
        padding: 50px;
    }
    .quiz .body .info .title {
        font-size: 25px;
    }
    .quiz .body .info .title br {
        display: none;
    }
    .quiz .body .info .steps {
        margin-top: 30px;
    }
    .quiz .body .info .question {
        font-size: 22px;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .quiz .body .info .variant {
        margin-top: -13px;
    }
    .quiz .body .panel {
        margin-top: 30px;
    }
    .button_quiznext {
        width: 200px;
        height: 50px;
        font-size: 18px;
    }
    .button_quizprev {
        width: 200px;
        height: 50px;
        font-size: 18px;
    }
    .quiz .body .panel .sale {
        font-size: 23px;
    }
    .quiz .body .info .variant .item .content .label-check {
        line-height: 2.5;
        font-size: 17px;
    }
    .quiz .body .info .variant.step_2 .item .content {
        margin: 13px;
    }
    .quiz .body .info .variant.step_2 {
        margin: -13px;
    }
    .quiz .body .info .variant.step_3 .item .content {
        margin: 13px;
    }
    .quiz .body .info .variant.step_3 {
        margin: -13px;
    }
    .quiz .body .form .item_ .content_ .in {
        font-size: 16px;
        height: 55px;
    }
    .quiz .body .form .item_ .content_ .in::-webkit-input-placeholder {
        font-size: 16px;
    }
    .quiz .body .form .item_ .content_ .in::-moz-placeholder {
        font-size: 16px;
    }
    .quiz .body .form .item_ .content_ .in::-ms-input-placeholder {
        font-size: 16px;
    }
    .quiz .body .form .item_ .content_ .in::placeholder {
        font-size: 16px;
    }
    .quiz .body .form .item_ .content_ .button {
        height: 55px;
        font-size: 18px;
    }
    .line_bg_2 {
        width: 250px;
        -webkit-background-size: contain;
        background-size: contain;
        height: 383px;
        left: -100px;
    }
    .master .form {
        padding-left: 19%;
    }
    .master .form .variant .item .content .label-check {
        font-size: 18px;
    }
    .seo .cards_ .item_ .content_ .top {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .seo .cards_ .item_ .content_ .top .content__ {
        margin-left: 0;
    }
    .seo .cards_ .item_ .content_ .top .image {
        width: 100%;
        max-width: 100%;
        position: static;
        height: 200px;
        margin-bottom: 20px;
    }
    .button_category {
        font-size: 18px;
    }
    .contents ul li:after {
        top: 10px;
    }
    .line_bg_3 {
        left: 50px;
        -webkit-background-size: contain;
        background-size: contain;
        width: 260px;
        height: 132px;
    }
    .line_bg_3 {
        right: 50px;
    }
    .promo .container .padding {
        padding-left: 32%;
    }
}
@media only screen and (max-width: 1150px) {
    .logotype img {
        width: 170px;
    }
    .header_inner .list .item .content .contacts a:first-child {
        font-size: 20px;
    }
    .button_ruler span {
        font-size: 15px;
    }
    .button_ruler {
        width: 220px;
        padding: 10px 20px;
        height: 50px;
    }
    .button_phonecall span {
        font-size: 15px;
    }
    .button_phonecall {
        height: 50px;
        width: 200px;
        padding: 10px 20px;
    }
    .header_slider .slick-prev,
    .header_slider .slick-next {
        width: 60px;
        height: 27px;
    }
    .header_slider .slick-prev {
        left: -25px;
    }
    .header_slider .slick-next {
        right: -25px;
    }
    .header_inner .menu ul li a {
        font-size: 18px;
    }
    .header_inner .menu ul li .count {
        font-size: 13px;
        right: -25px;
    }
    .header_slider .item .title {
        font-size: 35px;
    }
    .header_slider {
        padding: 40px 50px;
        margin: 0;
    }
    .header_slider .item .text {
        font-size: 25px;
        margin-top: 20px;
    }
    .button_slider {
        width: 230px;
        height: 55px;
        font-size: 18px;
    }
    .header_slider .item .d-flex .company_1 {
        margin-left: 70px;
        width: 220px;
        height: 55px;
    }
    .header_slider .item .d-flex .company_1 img {
        width: 180px;
    }
    .header_slider .item .d-flex .company_2 {
        width: 170px;
        height: 55px;
    }
    .header_slider .item .d-flex .company_2 img {
        width: 120px;
    }
    .sale .list .content {
        padding: 40px 0;
        margin-left: 50px;
    }
    .sale .list .image {
        width: 380px;
        height: 440px;
    }
    .sale .list .content .title {
        font-size: 30px;
    }
    .works .title {
        font-size: 30px;
    }
    .sale .list .content .text {
        font-size: 16px;
        margin-top: 15px;
    }
    .button_sale {
        width: 260px;
        font-size: 18px;
        height: 55px;
    }
    .sale .list .image span {
        top: 135px;
        left: 90px;
        font-size: 25px;
    }
    .section_sale {
        padding: 0 0 30px;
    }
    .prime .list .item .content {
        margin: 20px;
    }
    .prime .list .item .content .text {
        font-size: 16px;
    }
    .prime .list .item.prime_item_5 img {
        width: 150px;
    }
    .prime .list .item .content .icon span {
        font-size: 60px;
    }
    .footer .map {
        display: none;
    }
    .footer .info {
        width: 100%;
    }
    .footer {
        padding: 40px 50px;
    }
    .services .list .item {
        width: 50%;
    }
    .services .list {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .services .list .item .content.type_1 {
        padding: 30px 80px;
    }
    .services .list .item .content.type_2 {
        padding: 30px 80px;
    }
    .services .list .item .content.type_3 {
        padding: 30px 110px;
    }
    .services .list .item .content.type_4 {
        padding: 30px 70px;
    }
    .seo .cards .item {
        width: 50%;
    }
    .master .form {
        padding-left: 0;
    }
    .line_bg_2 {
        display: none;
    }
    .master .container {
        padding: 0 50px;
    }
    .service .list .item {
        width: 33.33333%;
    }
    .category .list .item {
        width: 50%;
    }
    .button_cards_ {
        font-size: 15px;
    }
    .articles .art_list .art_item {
        width: 50%;
    }
    .section_articles {
        padding: 50px 0;
    }
    .section_variants {
        padding: 50px 0;
    }
    .section_infomore {
        padding: 50px 0;
    }
    .section_reviews {
        padding: 50px 0;
    }
    .header_inner.inner .plans:before {
        top: -40px;
    }
    .infomore .info_list .info_item:first-child {
        width: 100%;
    }
    .infomore .info_list .info_item:last-child {
        width: 100%;
    }
    .infomore .info_list {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .infomore .info_list .info_item .info_content .image {
        max-width: 60%;
        margin: auto;
    }
    .info .list_ .item_ .content_ .name {
        font-size: 30px;
    }
    .info .list_ .item_ .content_ .list li {
        font-size: 16px;
        padding: 5px 0 5px 30px;
    }
    .info .list_ .item_ .content_ .list {
        margin-top: 30px;
    }
    .cat .list__ .item__ {
        width: 33.3333%;
    }
    .tovar .list_ .item_ .content_ .image {
        width: 35%;
    }
    .tovar .list_ .item_ .content_ {
        padding: 20px;
    }
    .tovar .list_ .item_ .content_ .info {
        margin-left: 20px;
    }
    .tovar .list_ .item_ .content_ .info .price {
        font-size: 24px;
    }
    .tovar .list_ .item_ .content_ .info {
        width: 65%;
    }
    .header_top .menu {
        display: none;
    }
    .header_top {
        padding: 15px 0;
    }
    .header_inner .list .item:nth-child(1),
    .header_inner .list .item:nth-child(2) {
        width: 50%;
    }
    .header_inner .list .item:nth-child(2) .content {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -moz-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .header_inner .list .item:nth-child(3) {
        width: 50%;
    }
    .header_inner .list .item:nth-child(3) .content {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .header_inner .list {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .header_inner {
        padding: 15px 50px;
    }
    .header_inner .menu ul {
        display: none;
    }
    .header_inner .menu {
        padding-top: 30px;
    }
    .header .plans {
        padding: 10px 30px;
    }
}
@media only screen and (max-width: 992px) {
    .prods-item {
        width: -webkit-calc(50% - 15px);
        width: -moz-calc(50% - 15px);
        width: calc(50% - 15px);
    }
    .prods-item:not(:nth-child(3n + 1)) {
        margin-left: 0;
    }
    .prods-item:not(:nth-child(2n + 1)) {
        margin-left: 30px;
    }
    .header_slider {
        padding: 30px;
    }
    .header_inner {
        padding: 15px 30px;
    }
    .sale .list {
        padding: 0 30px;
    }
    .about .list .item {
        width: 50%;
    }
    .line_bg_1 {
        width: 310px;
        height: 380px;
        top: 10%;
    }
    .contents p {
        font-size: 16px;
    }
    .contents ul li {
        font-size: 16px;
    }
    .about .container {
        padding: 30px;
    }
    .services .list {
        padding: 0 30px;
    }
    .prime .list {
        margin: 0 30px;
        padding: 130px 80px;
    }
    .section_prime {
        margin: -100px 0 -100px 0;
    }
    .prime .list .item .content .icon span {
        font-size: 45px;
    }
    .prime .list .item .content .icon {
        height: 31px;
    }
    .prime .list .item img {
        width: 40px;
    }
    .prime .list .item.prime_item_5 img {
        width: 120px;
    }
    .prime .list .item .content .text {
        font-size: 15px;
    }
    .prime .list .item:nth-child(4) .content {
        margin-left: 0;
    }
    .prime .list .item:nth-child(6) .content {
        margin-right: 20px;
    }
    .prime .list .item:nth-child(6) {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .gallery .list .item .h-1 {
        height: 180px;
    }
    .gallery .list .item .h-2 {
        height: 300px;
    }
    .gallery .list .item .h-3 {
        height: 120px;
    }
    .works_slider {
        padding: 0 30px;
    }
    .works_slider .slick-prev {
        z-index: 20;
    }
    .section_works {
        padding: 40px 0;
    }
    .footer .info .list .item .content .contacts a {
        font-size: 20px;
    }
    .footer {
        padding: 30px;
    }
    .quiz .body .close {
        right: 20px;
        top: 20px;
    }
    .quiz .body .form .item_ .content_ {
        margin: 5px;
    }
    .quiz .body .form {
        margin: -5px;
        margin-top: 30px;
    }
    .quiz .body .form .item_ .content_ .button {
        margin-left: 0;
    }
    .section_seo {
        padding: 30px 0;
    }
    .seo .container {
        padding: 0 30px;
    }
    .seo .cards .item .content .image {
        height: 200px;
    }
    .seo .cards {
        margin: -10px;
        margin-top: 20px;
    }
    .seo .cards .item .content {
        margin: 10px;
    }
    .seo .cards .item .content .info .name {
        font-size: 21px;
    }
    .button_cards {
        font-size: 16px;
        height: 50px;
        margin-top: 20px;
    }
    .seo .cards_ .item_ .content_ {
        margin: 10px;
    }
    .seo .cards_ {
        margin: -10px;
        margin-top: 20px;
    }
    .seo .cards_ {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .seo .cards_ .item_ {
        width: 100%;
    }
    .section_master {
        padding: 40px 0;
    }
    .section_cat {
        padding: 40px 0;
    }
    .section_tovar {
        padding: 40px 0;
    }
    .section_sales {
        padding: 40px 0;
    }
    .section_page {
        padding: 40px 0;
    }
    .section_info {
        padding: 40px 0;
    }
    .master .container {
        padding: 0 30px;
    }
    .master .form .name {
        font-size: 35px;
    }
    .master .form .text {
        line-height: 1.2;
        margin-top: 15px;
        font-size: 18px;
    }
    .master .form .variant .item .content .label-check {
        font-size: 18px;
    }
    .master .form .variant .item .content .label-check .new-input {
        top: 50%;
        margin-top: -13px;
    }
    .master .form .contacts_form .item_ .content_ .button {
        margin-left: 0;
        font-size: 18px;
    }
    .section_service {
        padding: 30px 0;
    }
    .service .container {
        padding: 0 30px;
    }
    .variants .container {
        padding: 0 30px;
    }
    .sales .container {
        padding: 0 30px;
    }
    .infomore .container {
        padding: 0 30px;
    }
    .section_category {
        padding: 30px 0;
    }
    .category .container {
        padding: 0 30px;
    }
    .page .container {
        padding: 0 30px;
    }
    .cat .container {
        padding: 0 30px;
    }
    .tovar .container {
        padding: 0 30px;
    }
    .promo .container {
        padding: 0 30px;
    }
    .info .container {
        padding: 0 30px;
    }
    .h1 {
        font-size: 35px;
    }
    .section_articles {
        padding: 30px 0;
    }
    .section_variants {
        padding: 30px 0;
    }
    .section_infomore {
        padding: 30px 0;
    }
    .section_reviews {
        padding: 30px 0;
    }
    .reviews .container {
        padding: 0 30px;
    }
    .reviews #comment-form-placeholder .form {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .reviews #comment-form-placeholder .form .form-group,
    .reviews #comment-form-placeholder .form .form-actions {
        width: 100%;
    }
    .page .contents .image {
        max-width: 100%;
    }
    .contents ul li:after {
        top: 8px;
    }
    .variants .var_list {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: -20px;
    }
    .variants .var_list .var_item {
        width: 100%;
    }
    .variants .var_list .var_item .var_content {
        margin: 20px;
    }
    .variants .var_list .var_item .var_content .image {
        width: 25%;
        min-width: 25%;
    }
    .page .list_ .item_ .content_ .image {
        display: none;
    }
    .page .list_ .item_.left {
        width: 100%;
    }
    .page .list_ .item_.right {
        display: none;
    }
    .line_bg_3 {
        display: none;
    }
    .promo .container .padding {
        padding-left: 0;
    }
    .line_bg_4 {
        right: 50px;
    }
    .tovar .list_ .item_ {
        width: 100%;
    }
    .tovar .list_ .item_ .content_ .info .name {
        font-size: 24px;
    }
    .tovar .list_ .item_ .content_ .info {
        margin-left: 30px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -moz-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
    .tovar .list_ .item_ .content_ .info .price {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -moz-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
    .button_tovar {
        width: 240px;
        margin-left: 0;
    }
    .cat .list__ .item__ {
        width: 50%;
    }
}
@media only screen and (max-width: 850px) {
    .articles .art_list .art_item {
        width: 100%;
    }
    .info .list_ .item_ {
        width: 100%;
    }
    .info .list_ .item_ .content_ .image {
        text-align: center;
    }
}
@media only screen and (max-width: 768px) {
    .header_slider .item .title {
        font-size: 30px;
    }
    .header_slider .item .text {
        font-size: 20px;
        margin-top: 15px;
    }
    .header_slider .item .d-flex {
        margin-top: 40px;
    }
    .button_slider {
        width: 200px;
        font-size: 16px;
    }
    .header_slider .item .d-flex .company_1 {
        margin-left: 40px;
    }
    .header .plans .item_c .content_c .image {
        height: 40px;
    }
    .header .plans .item_c:nth-child(1) .content_c .image,
    .header .plans .item_c:nth-child(2) .content_c .image,
    .header .plans .item_c:nth-child(3) .content_c .image,
    .header .plans .item_c:nth-child(4) .content_c .image {
        -webkit-background-size: contain;
        background-size: contain;
    }
    .header .plans .item_c {
        width: 50%;
    }
    .header .plans .item_c .content_c .text {
        font-size: 16px;
    }
    .sale .list .content .title {
        font-size: 25px;
    }
    .works .title {
        font-size: 25px;
    }
    .sale .list .content .text {
        font-size: 14px;
        line-height: 1.2;
    }
    .button_sale {
        width: 230px;
        font-size: 16px;
        height: 50px;
        margin-top: 30px;
    }
    .sale .list .image {
        width: 260px;
        height: 315px;
        margin: -40px 0;
    }
    .sale .list .content {
        padding: 0;
        margin-left: 25px;
    }
    .section_sale {
        padding: 30px 0;
    }
    .about .h2 {
        margin-bottom: 45px;
        font-size: 35px;
    }
    .about .list .item .content .text {
        font-size: 20px;
    }
    .about .list .item .content.type_1 {
        padding: 30px;
    }
    .about .list .item .content.type_2 {
        padding: 30px;
    }
    .about .list .item .content.type_3 {
        padding: 30px;
    }
    .about .list .item .content.type_4 {
        padding: 30px;
    }
    .about .list .item .content.type_5 {
        padding: 30px;
    }
    .about .list .item .content.type_6 {
        padding: 30px;
    }
    .line_bg_1 {
        display: none;
    }
    .about .seo .contents {
        max-width: 100%;
    }
    .about .seo {
        margin: 40px 0;
    }
    .contents h1 {
        font-size: 35px;
        margin-bottom: 35px;
    }
    .contents p {
        margin-bottom: 20px;
    }
    .contents p:last-child {
        margin-bottom: 0;
    }
    .contents ul {
        margin-bottom: 20px;
    }
    .contents ul:last-child {
        margin-bottom: 0;
    }
    .about .pays .title {
        font-size: 35px;
        margin-bottom: 35px;
    }
    .about .pays_item img {
        width: 100px;
    }
    .about .pays_item:nth-child(2) img,
    .about .pays_item:nth-child(3) img,
    .about .pays_item:nth-child(6) img {
        width: 60px;
    }
    .services .list .item .content .text {
        font-size: 22px;
    }
    .services .list .item .content.type_1 {
        padding: 20px 40px;
    }
    .services .list .item .content.type_2 {
        padding: 20px 40px;
    }
    .services .list .item .content.type_3 {
        padding: 20px 40px;
    }
    .services .list .item .content.type_4 {
        padding: 20px 40px;
    }
    .services .list .item .content {
        height: 300px;
    }
    .services .title {
        margin-bottom: 45px;
    }
    .works .title {
        margin-bottom: 45px;
    }
    .prime .list {
        margin: -20px;
        padding: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        background-color: transparent;
    }
    .section_prime {
        padding: 30px 0;
        background-color: #fff;
        margin: 30px 0;
    }
    .services .list {
        padding: 0;
    }
    .gallery .title {
        margin-bottom: 45px;
    }
    .gallery .list .item .h-2 {
        height: 220px;
    }
    .gallery .list .item .h-1 {
        height: 130px;
    }
    .gallery .list .item .h-3 {
        height: 90px;
    }
    .gallery .list .item .w-3 {
        width: 125px !important;
    }
    .works_slider .item .image {
        -webkit-border-radius: 6px;
        border-radius: 6px;
    }
    .h1 {
        font-size: 30px;
        margin-bottom: 35px;
    }
    .service .list .item {
        width: 50%;
    }
    .service .list.big .item {
        width: 50%;
    }
    .infomore .info_list .info_item .info_content .image {
        max-width: 80%;
    }
    .infomore .info_list .info_item .info_content .panel {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .infomore .info_list .info_item .info_content .panel .button {
        width: 100% !important;
    }
    .infomore .info_list .info_item .info_content .panel .button:last-child {
        margin-left: 0;
        margin-top: 20px;
    }
}
@media only screen and (max-width: 650px) {
    .prods-item {
        width: 100%;
        margin-left: 0 !important;
    }
    .logotype img {
        width: 150px;
    }
    .contents h2 {
        font-size: 22.5px;
        margin-bottom: 20px;
    }
    .button_ruler span {
        font-size: 14px;
    }
    .button_ruler {
        width: 200px;
        padding: 10px 15px;
    }
    .button_phonecall span {
        font-size: 14px;
    }
    .button_phonecall {
        width: 180px;
        padding: 10px 15px;
    }
    .header_inner .list .item:nth-child(3) .content {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .header_inner {
        padding: 20px 20px;
    }
    .header_slider {
        padding: 20px;
    }
    .header_slider .item .title {
        font-size: 25px;
    }
    .header_slider .item .text {
        font-size: 18px;
        margin-top: 10px;
    }
    .button_slider {
        width: 170px;
        font-size: 15px;
        height: 50px;
    }
    .header_slider .item .d-flex .company_1 {
        margin-left: auto;
    }
    .header_slider .item .d-flex .company_1 {
        height: 50px;
        width: 70px;
    }
    .header_slider .item .d-flex .company_2 {
        height: 50px;
        width: 140px;
    }
    .sale .list .image {
        display: none;
    }
    .sale .list {
        padding: 0;
    }
    .sale .list .content {
        margin-left: 0;
        width: 100%;
    }
    .sale .list .content .title br {
        display: none;
    }
    .container {
        width: 90%;
    }
    .about .container {
        padding: 20px;
    }
    .about .h2 {
        margin-bottom: 30px;
        font-size: 25px;
    }
    .about .list .item {
        width: 100%;
    }
    .button_sale {
        font-size: 14px;
    }
    .about .list .item .content.type_1 {
        padding: 60px 30px;
    }
    .about .list .item .content.type_1:before {
        top: 15%;
        left: auto;
        right: 50px;
    }
    .about .list .item .content.type_2 {
        padding: 60px 30px;
    }
    .about .list .item .content.type_2:before {
        bottom: 30px;
    }
    .about .list .item .content.type_3 {
        padding: 60px 30px;
    }
    .about .list .item .content.type_3:before {
        right: 20px;
        top: 0;
    }
    .about .list .item .content.type_4 {
        padding: 60px 30px;
    }
    .about .list .item .content.type_4:before {
        right: 50px;
    }
    .about .list .item .content.type_5 {
        padding: 60px 30px;
    }
    .about .list .item .content.type_5:before {
        right: 0;
    }
    .about .list .item .content {
        height: 200px;
    }
    .about .list .item .content.type_6 {
        padding: 60px 30px;
        overflow: hidden;
    }
    .about .list .item .content {
        margin: 10px;
    }
    .about .list {
        margin: -10px;
    }
    .about .seo {
        margin: 30px 0;
    }
    .about .pays_item img {
        width: 75px;
    }
    .about .pays_item:nth-child(2) img,
    .about .pays_item:nth-child(3) img,
    .about .pays_item:nth-child(6) img {
        width: 35px;
    }
    .about .pays .title {
        font-size: 25px;
        margin-bottom: 30px;
    }
    .works .title {
        margin-bottom: 30px;
    }
    .contents h1 {
        font-size: 30px;
        margin-bottom: 30px;
    }
    .contents p {
        font-size: 15px;
    }
    .contents ul li {
        font-size: 15px;
    }
    .services .title {
        font-size: 30px;
        margin-bottom: 40px;
    }
    .services .list .item .content .text {
        font-size: 20px;
    }
    .services .list .item .content.type_1 {
        padding: 20px;
    }
    .services .list .item .content.type_2 {
        padding: 20px;
    }
    .services .list .item .content.type_3 {
        padding: 20px;
    }
    .services .list .item .content.type_4 {
        padding: 20px;
    }
    .prime .list .item .content {
        margin: 15px;
    }
    .prime .list {
        margin: -15px;
    }
    .gallery .list {
        margin: -5px;
    }
    .gallery .list .item .content {
        margin: 5px;
    }
    .gallery .list .ms {
        margin: 10px 0 10px !important;
    }
    .footer {
        padding: 20px 0;
    }
    .header_slider .item .d-flex .company_1 {
        display: none;
    }
    .header_slider .item .d-flex .company_2 {
        display: none;
    }
    .quiz .body {
        padding: 30px;
    }
    .quiz .body .info .title {
        font-size: 20px;
    }
    .quiz .body .close img {
        width: 15px;
    }
    .quiz .body .close {
        top: 15px;
        right: 15px;
    }
    .quiz .body .info .steps .step .content {
        margin: 5px;
        height: 5px;
    }
    .quiz .body .info .steps {
        margin: -5px;
        margin-top: 20px;
    }
    .quiz .body .info .question {
        font-size: 18px;
        margin-top: 30px;
        margin-bottom: 10px;
    }
    .quiz .body .info .variant .item .content .label-check {
        line-height: 2.8;
        font-size: 14px;
    }
    .button_quiznext {
        width: 140px;
        font-size: 16px;
    }
    .button_quizprev {
        width: 140px;
        font-size: 16px;
    }
    .quiz .body .panel .sale {
        font-size: 20px;
    }
    .quiz .body .form .item_ {
        width: 100%;
    }
    .quiz .body .form {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .quiz .body .form .item_ .content_ .button {
        font-size: 16px;
    }
    .quiz .body .form .item_ .content_ .in {
        padding: 10px 20px;
        height: 50px;
        font-size: 15px;
    }
    .quiz .body .politic {
        margin-top: 20px;
    }
    .quiz .body .politic .label-check {
        font-size: 13px;
        line-height: 1.2;
    }
    .quiz .body .politic .label-check .new-input {
        top: 50%;
        margin-top: -13px;
    }
    .quiz .body .panel {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -moz-box-orient: vertical;
        -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .quiz .body .panel .buttons {
        margin-top: 15px;
    }
    .seo .container {
        padding: 0;
    }
    .h1 {
        margin-bottom: 30px;
        font-size: 30px;
    }
    .seo .cards .item {
        width: 100%;
    }
    .seo .cards {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .seo .cards_ .item_ .content_ .d-flex .price {
        font-size: 23px;
    }
    .master .form .variant .item {
        width: 100%;
    }
    .master .form .contacts_form .item_ {
        width: 100%;
    }
    .master .form .contacts_form {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 30px;
    }
    .service .list .item {
        width: 100%;
    }
    .service .list.big .item {
        width: 100%;
    }
    .category .list .item {
        width: 100%;
    }
    .section_master {
        padding: 30px 0;
    }
    .section_cat {
        padding: 30px 0;
    }
    .section_tovar {
        padding: 30px 0;
    }
    .section_sales {
        padding: 30px 0;
    }
    .section_page {
        padding: 30px 0;
    }
    .section_promo {
        padding: 30px 0;
    }
    .section_info {
        padding: 30px 0;
    }
    .master .container {
        padding: 0;
    }
    .service .container {
        padding: 0;
    }
    .variants .container {
        padding: 0;
    }
    .sales .container {
        padding: 0;
    }
    .infomore .container {
        padding: 0;
    }
    .category .container {
        padding: 0;
    }
    .page .container {
        padding: 0;
    }
    .cat .container {
        padding: 0;
    }
    .tovar .container {
        padding: 0;
    }
    .promo .container {
        padding: 0;
    }
    .info .container {
        padding: 0;
    }
    .reviews .container {
        padding: 0;
    }
    .reviews .re_list .re_item .re_content .header .name {
        font-size: 24px;
    }
    .reviews .re_list .re_item .re_content .contents p {
        font-size: 15px;
    }
    .infomore .info_list .info_item .info_content .contents p {
        font-size: 15px;
    }
    .variants .var_list .var_item .var_content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: unset;
        -webkit-align-items: unset;
        -moz-box-align: unset;
        -ms-flex-align: unset;
        align-items: unset;
    }
    .variants .var_list .var_item .var_content .image {
        width: 100%;
        min-width: auto;
        margin: auto;
    }
    .variants .var_list .var_item .var_content .content__ {
        margin-top: 20px;
        margin-left: 0;
    }
    .button_variants {
        width: 70%;
        margin: auto;
        margin-top: 20px;
    }
    .variants .var_list .var_item .var_content .content__ .contents p {
        margin-bottom: 5px;
    }
    .variants .var_list .var_item .var_content .content__ .contents p:last-child {
        margin-bottom: 0;
    }
    .variants .var_list .var_item .var_content .price {
        margin-top: 10px;
    }
    .variants .info p {
        line-height: 1.2;
    }
    .line_bg_4 {
        right: 0;
        bottom: -30px;
    }
    .header_inner .list .item .content .location {
        font-size: 14px;
    }
    .header_inner .list .item .content .logotype img {
        width: 200px;
    }
    .tools {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
    }
    .header_fixed .list .item:nth-child(2) {
        display: none;
    }
    .header_fixed .list .item:nth-child(1) .content {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 70px;
        margin-right: 30px;
    }
    .header_fixed .list .item {
        width: unset !important;
    }
    .header_fixed .list .item:nth-child(3),
    .header_fixed .list .item:nth-child(4) {
        width: auto;
    }
    .header_fixed.fixed {
        padding: 15px 0;
    }
    .header_fixed .list .item .content .logotype img {
        width: 70px;
        display: none;
    }
    .logotype-min {
        display: block !important;
    }
    .header_fixed .list {
        padding: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .button_1O {
        margin-bottom: 80px !important;
    }
}
@media only screen and (max-width: 550px) {
    .button_ruler span {
        display: none;
    }
    .button_ruler {
        width: auto;
    }
    .header .plans .item_c .content_c .text {
        font-size: 14px;
    }
    .sale .list .content .title {
        font-size: 23px;
    }
    .about .list .item .content .text {
        font-size: 18px;
    }
    .about .list .item .content.type_1:before {
        right: 20px;
    }
    .about .list .item .content.type_2:before {
        right: 20px;
        bottom: 10px;
    }
    .about .list .item .content.type_3:before {
        top: 5px;
    }
    .about .pays_item img {
        width: 65px;
    }
    .about .pays_item:nth-child(2) img,
    .about .pays_item:nth-child(3) img,
    .about .pays_item:nth-child(6) img {
        width: 25px;
    }
    .about .pays_content {
        margin: 5px;
    }
    .about .pays_list {
        margin: -5px;
    }
    .services .list .item {
        width: 100%;
    }
    .services .list {
        padding: 0 20%;
    }
    .prime .list .item {
        width: 50%;
    }
    .prime_item_5 {
        display: none !important;
    }
    .prime .list .item .content .icon {
        height: 52px;
    }
    .prime .list .item .content {
        margin: 10px !important;
    }
    .prime .list {
        margin: -10px;
    }
    .gallery .list .item.w-1 {
        width: 50%;
    }
    .gallery .list .item .h-3 {
        height: 130px;
    }
    .gallery .list .item .w-3 {
        width: 100% !important;
    }
    .gallery .list .item.w-2 {
        width: 50%;
    }
    .gallery .list .item .w-4 {
        width: 100%;
    }
    .gallery .list .item .w-5 {
        width: 100%;
    }
    .gallery .list .item.last_item {
        position: relative;
        top: -241px;
    }
    .gallery .list .item.last_item .last {
        position: relative;
        top: -49px;
        right: -100%;
    }
    .section_gallery {
        margin-bottom: -290px;
    }
    .works_slider .item .info .title_ {
        font-size: 20px;
    }
    .works_slider .item .info .list_ .item_ .content_ .text {
        font-size: 16px;
    }
    .works_slider .item .info .list_ .item_ .content_ .name {
        font-size: 13px;
    }
    .works_slider .item .info .list__ .item__ .content__ .text a {
        font-size: 14px;
    }
    .articles .art_list .art_item .art_content .info .title {
        font-size: 20px;
    }
    .articles .art_list .art_item .art_content .info .contents p {
        font-size: 14px;
    }
    .footer .info .list {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .footer .info .list .item {
        width: 100% !important;
    }
    .footer .list:last-child .big {
        display: none;
    }
    .footer .info .list.align {
        margin-bottom: 10px;
    }
    .footer .info .list .item .content .icons {
        margin-top: 10px;
    }
    .footer .info .list .item .content .email {
        margin-top: 10px;
    }
    .footer .info .list {
        text-align: center;
    }
    .footer .info .list .item .content .location {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .footer .info .list .item .content .contacts {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-right: unset;
    }
    .footer .info .list .item .content .contacts a {
        margin-left: 0;
    }
    .footer .info .list .item .content .contacts a:last-child {
        margin-left: 20px;
    }
    .footer .info .list .item .content .email {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .footer .info .list .item .content .email {
        margin-right: unset;
    }
    .footer .info .list .item .content .icons {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .contents h1 {
        font-size: 25px;
    }
    .h1 {
        font-size: 25px;
        margin-bottom: 25px;
    }
    .seo .cards .item .content .info {
        padding: 20px;
    }
    .button_cards {
        font-size: 15px;
    }
    .seo .cards .item .content .info .name {
        font-size: 20px;
    }
    .seo .cards_ .item_ .content_ {
        padding: 20px;
    }
    .seo .cards_ .item_ .content_ .top .content__ .name {
        font-size: 22px;
    }
    .seo .cards_ .item_ .content_ .top .content__ .contents {
        margin-top: 20px;
    }
    .seo .cards_ .item_ .content_ .d-flex {
        margin-top: 20px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .seo .cards_ .item_ .content_ .d-flex .price {
        font-size: 22px;
        width: 100%;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: unset;
        -webkit-box-direction: unset;
        -webkit-flex-direction: unset;
        -moz-box-orient: unset;
        -moz-box-direction: unset;
        -ms-flex-direction: unset;
        flex-direction: unset;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .seo .cards_ .item_ .content_ .d-flex .price .label {
        font-size: 15px;
        margin-bottom: 0;
        margin-right: 6px;
    }
    .button_cards_ {
        width: 100%;
        max-width: 100%;
        height: 55px;
        margin-top: 10px;
    }
    .button_cards_ br {
        display: none;
    }
    .master .form .name {
        font-size: 30px;
    }
    .master .form .variant .item .content .label-check {
        font-size: 16px;
    }
    .master .form .contacts_form {
        margin: -5px;
        margin-top: 20px;
    }
    .master .form .contacts_form .item_ .content_ .in {
        height: 50px;
        font-size: 15px;
        padding: 10px 20px;
    }
    .master .form .contacts_form .item_ .content_ {
        margin: 5px;
    }
    .master .form .contacts_form .item_ .content_ .button {
        font-size: 16px;
        height: 50px;
    }
    .service .list .item .content .info .name {
        font-size: 16px;
    }
    .service .list .item .content .info .price {
        font-size: 20px;
    }
    .service .list.big .item .content .info .price {
        font-size: 22px;
    }
    .category .list .item .content .info .name {
        font-size: 20px;
    }
    .category .list .item .content .info .price {
        font-size: 22px;
    }
    .button_category {
        font-size: 15px;
        height: 50px;
        margin-top: 20px;
    }
    .articles .art_list .art_item .art_content .info .contents {
        margin-top: 25px;
    }
    .button_articles {
        height: 50px;
        font-size: 15px;
        margin-top: 20px;
    }
    .button_more {
        height: 50px;
        font-size: 15px;
        margin-top: 20px;
    }
    .button_tovar {
        height: 50px;
        font-size: 15px;
        margin-top: 20px;
    }
    .button_variants {
        height: 50px;
        font-size: 15px;
        margin-top: 20px;
    }
    .button_infomore {
        height: 50px;
        font-size: 15px;
        margin-top: 20px;
    }
    .button_addreview {
        width: 230px;
        height: 50px;
        font-size: 16px;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 10px 20px;
    }
    .reviews #comment-form-placeholder {
        padding: 20px;
    }
    .reviews #comment-form-placeholder .form .form-group .form-control.form_input,
    .reviews #comment-form-placeholder .form .form-actions .form-control.form_input {
        height: 50px;
        padding: 10px 20px;
        font-size: 16px;
    }
    .reviews #comment-form-placeholder .form .form-group .form-control.form_input::-webkit-input-placeholder,
    .reviews #comment-form-placeholder .form .form-actions .form-control.form_input::-webkit-input-placeholder {
        font-size: 16px;
    }
    .reviews #comment-form-placeholder .form .form-group .form-control.form_input::-moz-placeholder,
    .reviews #comment-form-placeholder .form .form-actions .form-control.form_input::-moz-placeholder {
        font-size: 16px;
    }
    .reviews #comment-form-placeholder .form .form-group .form-control.form_input::-ms-input-placeholder,
    .reviews #comment-form-placeholder .form .form-actions .form-control.form_input::-ms-input-placeholder {
        font-size: 16px;
    }
    .reviews #comment-form-placeholder .form .form-group .form-control.form_input::placeholder,
    .reviews #comment-form-placeholder .form .form-actions .form-control.form_input::placeholder {
        font-size: 16px;
    }
    .reviews #comment-form-placeholder .form .form-group .form-control,
    .reviews #comment-form-placeholder .form .form-actions .form-control {
        margin: 5px;
    }
    .reviews #comment-form-placeholder .form {
        margin: -5px;
    }
    .button_reviews {
        height: 50px;
        font-size: 16px;
    }
    .reviews #comment-form-placeholder .politic .label-check {
        font-size: 12px;
        line-height: 1.2;
    }
    .reviews #comment-form-placeholder:before {
        width: 14px;
        height: 14px;
        top: -7px;
        left: 7%;
    }
    .reviews .re_list .re_item .re_content .header .name {
        font-size: 21px;
    }
    .reviews .re_list .re_item .re_content .header .date {
        font-size: 14px;
        margin-top: 5px;
    }
    .reviews .re_list .re_item .re_content .header {
        margin-bottom: 20px;
    }
    .reviews .re_list .re_item .re_content {
        padding: 20px;
        margin: 10px;
    }
    .reviews .re_list {
        margin: -10px;
        margin-top: 20px;
    }
    .header_inner.inner .plans:before {
        top: -30px;
        height: 15px;
    }
    .sales .sa_list .sa_item .sa_content {
        margin: 10px;
    }
    .sales .sa_list {
        margin: -10px;
    }
    .contents ul li:after {
        width: 5px;
        height: 5px;
    }
    .infomore .info_list .info_item .info_content .image {
        max-width: 100%;
        -webkit-border-radius: 6px;
        border-radius: 6px;
    }
    .infomore .info_list .info_item .info_content {
        margin: 10px;
    }
    .infomore .info_list .info_item .info_content .panel {
        margin-top: 10px;
    }
    .line_bg_4 {
        right: -70px;
    }
    .promo .name {
        font-size: 25px;
    }
    .promo .list {
        margin-top: 20px;
    }
    .cat .list__ .item__ .content__ .name {
        font-size: 20px;
    }
    .button_tovar {
        width: 100%;
    }
    .tovar .list_ .item_ .content_ .info .name {
        font-size: 22px;
    }
    .tovar .mini_list .mini_item .mini_content {
        font-size: 16px;
        padding: 10px 12px;
    }
    .header_inner .list .item:nth-child(1),
    .header_inner .list .item:nth-child(2) {
        width: 100%;
    }
    .header_inner .list .item:nth-child(1) .content,
    .header_inner .list .item:nth-child(2) .content {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .header_inner .list .item .content .location {
        margin-top: -10px;
        text-align: center;
    }
    .header_inner .list .item .content .location br {
        display: none;
    }
    .shield img {
        width: 40px;
    }
    .shield span {
        margin-left: 6px;
        font-size: 18px;
        line-height: 1;
    }
}
@media only screen and (max-width: 480px) {
    .popup .form .title {
        font-size: 23px;
    }
    .popup .form .text {
        font-size: 15px;
    }
    .popup_inner {
        padding: 25px;
    }
    .popup .form .field {
        height: 50px;
        padding: 10px 20px;
        margin-bottom: 10px;
        font-size: 15px;
    }
    .button_recallpopup {
        height: 50px;
        font-size: 16px;
    }
    .popup .form .politics .label-check .new-input {
        margin-top: -11px;
        height: 22px;
        width: 22px;
        left: -30px;
    }
    .popup .form .politics .label-check {
        margin-left: 30px;
    }
    .fancybox-close-small {
        width: 40px;
        height: 40px;
    }
    .infomore .info_list .info_item .info_content .name {
        font-size: 26px;
        margin-bottom: 20px;
    }
    .infomore .info_list .info_item .info_content .panel .button:last-child {
        margin-top: 15px;
    }
    .info .list_ .item_ .content_ {
        margin: 10px;
    }
    .info .list_ {
        margin: -10px;
    }
    .info .list_ .item_ .content_ .name {
        font-size: 25px;
    }
    .info .list_ .item_ .content_ .list {
        margin-top: 20px;
    }
    .tovar .list_ .item_ .content_ {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .tovar .list_ .item_ .content_ .image {
        width: 100%;
    }
    .tovar .list_ .item_ .content_ .info {
        margin-left: 0;
        width: 100%;
    }
    .cat .list__ .item__ {
        width: 100%;
    }
    .cat .list__ .item__ .content__ .image {
        height: 200px;
    }
    .cat .list__ .item__ .content__ .image img {
        height: 100%;
    }
    .tovar .list_ .item_ .content_ .image {
        height: 200px;
        text-align: center;
    }
    .tovar .list_ .item_ .content_ .image img {
        height: 100%;
    }
}
@media only screen and (max-width: 440px) {
    .services .list {
        padding: 0;
    }
    .services .list .item .content.type_1 {
        padding: 15px 50px;
    }
    .services .list .item .content.type_2 {
        padding: 15px 50px;
    }
    .services .list .item .content.type_3 {
        padding: 15px 50px;
    }
    .services .list .item .content.type_4 {
        padding: 15px 50px;
    }
    .about .list .item .content.type_1:before {
        width: 120px;
        height: 100px;
    }
    .about .list .item .content.type_1,
    .about .list .item .content.type_2,
    .about .list .item .content.type_3,
    .about .list .item .content.type_4,
    .about .list .item .content.type_5,
    .about .list .item .content.type_6 {
        padding: 60px 15px;
    }
    .about .list .item .content.type_3:before {
        top: 20px;
        width: 155px;
        height: 144px;
        right: 5px;
    }
    .about .list .item .content.type_2:before {
        width: 300px;
        height: 69px;
    }
    .about .list .item .content.type_4:before {
        right: 20px;
        width: 190px;
        height: 183px;
    }
    .header_inner .list .item .content .contacts a:first-child {
        font-size: 16px;
    }
    .logotype img {
        width: 140px;
    }
    .header_top .location {
        margin-right: 20px;
        font-size: 13px;
    }
    .quiz .body .info .variant .item {
        width: 50%;
    }
    .quiz .body .info .variant .item .content .label-check {
        line-height: 1.2;
    }
    .quiz .body .info .variant .item .content .label-check .new-input {
        margin-top: -13px;
        top: 50%;
    }
    .quiz .body .info .question {
        margin-bottom: 20px;
    }
    .quiz .body .form .item_ .content_ .in {
        font-size: 14px;
    }
    .quiz .body .form .item_ .content_ .in::-webkit-input-placeholder {
        font-size: 14px;
    }
    .quiz .body .form .item_ .content_ .in::-moz-placeholder {
        font-size: 14px;
    }
    .quiz .body .form .item_ .content_ .in::-ms-input-placeholder {
        font-size: 14px;
    }
    .quiz .body .form .item_ .content_ .in::placeholder {
        font-size: 14px;
    }
    .quiz .body .form .item_ .content_ .button {
        font-size: 14px;
        height: 50px;
    }
    .button_quizprev {
        width: 120px;
    }
    .button_quiznext {
        width: 120px;
    }
    .quiz .body .info .variant .item .content .icon {
        margin-bottom: 10px;
    }
    .articles .art_list .art_item .art_content .image {
        height: 200px;
    }
    .articles .art_list .art_item .art_content .info {
        padding: 20px;
    }
    .button_more {
        width: 100%;
    }
    .button_variants {
        width: 100%;
    }
    .variants .var_list .var_item .var_content .price {
        font-size: 22px;
    }
    .line_bg_4 {
        display: none;
    }
}
@media only screen and (max-width: 350px) {
    .quiz .body .info .variant .item {
        width: 100%;
    }
    .quiz .body .info .variant .item .content .icon {
        text-align: left;
    }
    .header_fixed .list .item:nth-child(4) {
        display: none;
    }
}
